#A85C0F

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

Shades of Golden Brown #A85C0F

Tints of Golden Brown #A85C0F

Color information

#A85C0F (or 0xA85C0F) is unknown color: approx Golden Brown. HEX triplet: A8, 5C and 0F. RGB value is (168,92,15). Sum of RGB (Red+Green+Blue) = 168+92+15=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85C0F is #57A3F0. Grayscale: #6A6A6A. Windows color (decimal): -5743601 or 1006760. OLE color: 1006760.

HSL color Cylindrical-coordinate representation of color #A85C0F: hue angle of 30.2º 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 #A85C0F is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB1689215-
CMYK00.450.910.34
HSL30.2º83.61%35.88%-
HSV(B)30.2º91.07%65.88%-
XYZ20.0616.012.49-
YUV105.9576.68172.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.09%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 15 (6.25% from 255) = 5.45%
R=61.09%
G=33.45%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168921500.450.910.3430.283.6135.88
HexA85CF02D5B221e5424
Octal25013417055133423612444
Binary101010001011100111101011011011011100010111101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85C0F; }

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

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

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

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

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

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

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

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