color codes Logo

#a09f1e color codes

#A09F1E
(160,159,30)
0 Favorites   0 Comments

Color spaces of #a09f1e

RGB 16015930
HSL0.170.680.37
HSV60°81°63°
CMYK 0.000.010.81   0.37
XYZ27.129732.36366.0452
Yxy32.36360.41400.4938
Hunter Lab56.8890-14.431233.5220
CIE-Lab63.6423-14.076261.0162

#a09f1e color RGB value is (160,159,30).

#a09f1e hex color red value is 160, green value is 159 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a09f1e hue: 0.17 , saturation: 0.68 and the lightness value of a09f1e is 0.37.

The process color (four color CMYK) of #a09f1e color code is 0.00, 0.01, 0.81, 0.37. Web safe color of #a09f1e is #999933. Color #a09f1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011111 00011110
Octal 240 237 36
Decimal 160 159 30
Hex A0 9F 1E

RGB Percentages of Color #a09f1e

%45.85
%45.56
%8.60

CMYK Percentages of Color #a09f1e

%0
%1
%81
%37

Triadic Colors of #a09f1e

#a09f1e #1ea09f #9f1ea0

Analogous Colors of #a09f1e

#a09f1e #60a01e #a05e1e

Monochromatic Colors of #a09f1e

#a09f1e

Complementary Color

#a09f1e #1e1fa0

#a09f1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09f1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09f1e Color CSS Codes

.mybgcolor {background-color:#a09f1e; } 
.myforecolor {color:#a09f1e; }
.mybordercolor {border:3px solid #a09f1e; }

#a09f1e Text Font Color

<p style="color:#a09f1e">Text here</p>

This sample text font color is #a09f1e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a09f1e Background Color

<div style="background-color:#a09f1e">
Div content here</div>

This div background color is #a09f1e


#a09f1e Border Color

<div style="border:3px solid #a09f1e">
Div here</div>

This div border color is #a09f1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,159,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a09f1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a09f1e;
  -webkit-box-shadow: 1px 1px 3px 2px #a09f1e;
  box-shadow:         1px 1px 3px 2px #a09f1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,159,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a09f1e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a09f1e;
  -webkit-box-shadow: 1px 1px 3px 2px #a09f1e;
  box-shadow:         1px 1px 3px 2px #a09f1e;">
Div content here</div>

This div box has shadow with color #a09f1e


Comments

No comments written yet.

Please login to write comment.