color codes Logo

#a85f09 color codes

#A85F09
(168,95,9)
0 Favorites   0 Comments

Color spaces of #a85f09

RGB 168959
HSL0.090.900.35
HSV32°95°66°
CMYK 0.000.430.95   0.34
XYZ20.290016.52902.3795
Yxy16.52900.51760.4217
Hunter Lab40.655917.935724.9890
CIE-Lab47.661024.424853.8440

#a85f09 color RGB value is (168,95,9).

#a85f09 hex color red value is 168, green value is 95 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a85f09 hue: 0.09 , saturation: 0.90 and the lightness value of a85f09 is 0.35.

The process color (four color CMYK) of #a85f09 color code is 0.00, 0.43, 0.95, 0.34. Web safe color of #a85f09 is #996600. Color #a85f09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011111 00001001
Octal 250 137 11
Decimal 168 95 9
Hex A8 5F 9

RGB Percentages of Color #a85f09

%61.76
%34.93
%3.31

CMYK Percentages of Color #a85f09

%0
%43
%95
%34

Triadic Colors of #a85f09

#a85f09 #09a85f #5f09a8

Analogous Colors of #a85f09

#a85f09 #a2a809 #a81009

Monochromatic Colors of #a85f09

#a85f09

Complementary Color

#a85f09 #0952a8

#a85f09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85f09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85f09 Color CSS Codes

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

#a85f09 Text Font Color

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

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


#a85f09 Background Color

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

This div background color is #a85f09


#a85f09 Border Color

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

This div border color is #a85f09


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,95,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 #a85f09">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85f09


Comments

No comments written yet.

Please login to write comment.