Color Hex Logo

#a69910 Color Hex

#A69910
(166,153,16)
0 Favorites   0 Comments

Color spaces of #a69910

RGB 16615316
HSL0.150.820.36
HSV55°90°65°
CMYK 0.000.080.90   0.35
XYZ27.210630.92695.0255
Yxy30.92690.43080.4896
Hunter Lab55.6120-9.981933.5705
CIE-Lab62.4459-8.592563.5101

#a69910 color RGB value is (166,153,16).

#a69910 hex color red value is 166, green value is 153 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #a69910 hue: 0.15 , saturation: 0.82 and the lightness value of a69910 is 0.36.

The process color (four color CMYK) of #a69910 color hex is 0.00, 0.08, 0.90, 0.35. Web safe color of #a69910 is #999900. Color #a69910 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011001 00010000
Octal 246 231 20
Decimal 166 153 16
Hex A6 99 10

RGB Percentages of Color #a69910

%49.55
%45.67
%4.78

CMYK Percentages of Color #a69910

%0
%8
%90
%35

Triadic Colors of #a69910

#a69910 #10a699 #9910a6

Analogous Colors of #a69910

#a69910 #68a610 #a64e10

Monochromatic Colors of #a69910

#a69910

Complementary Color

#a69910 #101da6

#a69910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69910 Color CSS Codes

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

#a69910 Text Font Color

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

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


#a69910 Background Color

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

This div background color is #a69910


#a69910 Border Color

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

This div border color is #a69910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69910


Comments

No comments written yet.

Please login to write comment.