Color Hex Logo

#a69009 Color Hex

#A69009
(166,144,9)
0 Favorites   0 Comments

Color spaces of #a69009

RGB 1661449
HSL0.140.900.34
HSV52°95°65°
CMYK 0.000.130.95   0.35
XYZ25.748528.07324.3200
Yxy28.07320.44290.4828
Hunter Lab52.9841-5.977332.2548
CIE-Lab59.9548-3.866462.7429

#a69009 color RGB value is (166,144,9).

#a69009 hex color red value is 166, green value is 144 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a69009 hue: 0.14 , saturation: 0.90 and the lightness value of a69009 is 0.34.

The process color (four color CMYK) of #a69009 color hex is 0.00, 0.13, 0.95, 0.35. Web safe color of #a69009 is #999900. Color #a69009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010000 00001001
Octal 246 220 11
Decimal 166 144 9
Hex A6 90 9

RGB Percentages of Color #a69009

%52.04
%45.14
%2.82

CMYK Percentages of Color #a69009

%0
%13
%95
%35

Triadic Colors of #a69009

#a69009 #09a690 #9009a6

Analogous Colors of #a69009

#a69009 #6ea609 #a64209

Monochromatic Colors of #a69009

#a69009

Complementary Color

#a69009 #091fa6

#a69009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69009 Color CSS Codes

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

#a69009 Text Font Color

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

This sample text font color is #a69009
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.


#a69009 Background Color

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

This div background color is #a69009


#a69009 Border Color

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

This div border color is #a69009


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,144,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a69009; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a69009;
  -webkit-box-shadow: 1px 1px 3px 2px #a69009;
  box-shadow:         1px 1px 3px 2px #a69009; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,144,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69009


Comments

No comments written yet.

Please login to write comment.