#A85B0F

Color #A85B0F Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A85B0F

Tints of Golden Brown #A85B0F

Color information

#A85B0F (or 0xA85B0F) is unknown color: approx Golden Brown. HEX triplet: A8, 5B and 0F. RGB value is (168,91,15). Sum of RGB (Red+Green+Blue) = 168+91+15=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85B0F is #57A4F0. Grayscale: #696969. Windows color (decimal): -5743857 or 1006504. OLE color: 1006504.

HSL color Cylindrical-coordinate representation of color #A85B0F: hue angle of 29.8º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A85B0F is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB1689115-
CMYK00.460.910.34
HSL29.8º83.61%35.88%-
HSV(B)29.8º91.07%65.88%-
XYZ19.9815.842.46-
YUV105.3677.01172.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 61.31%
GREEN value IS 91 (35.94% from 255) = 33.21%
BLUE value IS 15 (6.25% from 255) = 5.47%
R=61.31%
G=33.21%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168911500.460.910.3429.883.6135.88
HexA85BF02E5B221e5424
Octal25013317056133423612444
Binary101010001011011111101011101011011100010111101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85B0F; }

 p { color: rgb(168,91,15); }

 H1.HeaderClassName
 {
   color: #A85B0F;
 }
 .AnyTagClassName
 {
   color: #A85B0F;
 }
</style>
background-color css

<style>
 a { background-color: #A85B0F; }

 a { background-color: rgb(168,91,15); }

 div.DivClassName
 {
   background-color: #A85B0F;
 }
 .BgClassName
 {
   background-color: #A85B0F;
 }
</style>
border-color css

<style>
 span { border-color: #A85B0F; }

 span { border-color: rgb(168,91,15); }

 td.TdClassName
 {
   border-color: #A85B0F;
 }
 .TagClassName
 {
   border-color: #A85B0F;
 }
</style>