Color Hex Logo

#a86002 Color Hex

#A86002
(168,96,2)
0 Favorites   0 Comments

Color spaces of #a86002

RGB 168962
HSL0.090.980.33
HSV34°99°66°
CMYK 0.000.430.99   0.34
XYZ20.342316.69502.2077
Yxy16.69500.51830.4254
Hunter Lab40.859517.363825.3981
CIE-Lab47.873423.765755.5897

#a86002 color RGB value is (168,96,2).

#a86002 hex color red value is 168, green value is 96 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #a86002 hue: 0.09 , saturation: 0.98 and the lightness value of a86002 is 0.33.

The process color (four color CMYK) of #a86002 color hex is 0.00, 0.43, 0.99, 0.34. Web safe color of #a86002 is #996600. Color #a86002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100000 00000010
Octal 250 140 2
Decimal 168 96 2
Hex A8 60 2

RGB Percentages of Color #a86002

%63.16
%36.09
%0.75

CMYK Percentages of Color #a86002

%0
%43
%99
%34

Triadic Colors of #a86002

#a86002 #02a860 #6002a8

Analogous Colors of #a86002

#a86002 #9da802 #a80d02

Monochromatic Colors of #a86002

#a86002

Complementary Color

#a86002 #024aa8

#a86002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86002 Color CSS Codes

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

#a86002 Text Font Color

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

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


#a86002 Background Color

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

This div background color is #a86002


#a86002 Border Color

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

This div border color is #a86002


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,96,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a86002; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a86002;
  -webkit-box-shadow: 1px 1px 3px 2px #a86002;
  box-shadow:         1px 1px 3px 2px #a86002; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86002


Comments

No comments written yet.

Please login to write comment.