color codes Logo

#a6962f color codes

#A6962F
(166,150,47)
0 Favorites   0 Comments

Color spaces of #a6962f

RGB 16615047
HSL0.140.560.42
HSV52°72°65°
CMYK 0.000.100.72   0.35
XYZ27.145330.12497.0733
Yxy30.12490.42190.4682
Hunter Lab54.8862-7.769230.7795
CIE-Lab61.7618-5.907953.6731

#a6962f color RGB value is (166,150,47).

#a6962f hex color red value is 166, green value is 150 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #a6962f hue: 0.14 , saturation: 0.56 and the lightness value of a6962f is 0.42.

The process color (four color CMYK) of #a6962f color code is 0.00, 0.10, 0.72, 0.35. Web safe color of #a6962f is #999933. Color #a6962f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010110 00101111
Octal 246 226 57
Decimal 166 150 47
Hex A6 96 2F

RGB Percentages of Color #a6962f

%45.73
%41.32
%12.95

CMYK Percentages of Color #a6962f

%0
%10
%72
%35

Triadic Colors of #a6962f

#a6962f #2fa696 #962fa6

Analogous Colors of #a6962f

#a6962f #7ba62f #a65b2f

Monochromatic Colors of #a6962f

#a6962f

Complementary Color

#a6962f #2f3fa6

#a6962f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6962f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6962f Color CSS Codes

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

#a6962f Text Font Color

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

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


#a6962f Background Color

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

This div background color is #a6962f


#a6962f Border Color

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

This div border color is #a6962f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6962f


Comments

No comments written yet.

Please login to write comment.