#A85E05

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

Shades of Golden Brown #A85E05

Tints of Golden Brown #A85E05

Color information

#A85E05 (or 0xA85E05) is unknown color: approx Golden Brown. HEX triplet: A8, 5E and 05. RGB value is (168,94,5). Sum of RGB (Red+Green+Blue) = 168+94+5=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85E05 is #57A1FA. Grayscale: #6A6A6A. Windows color (decimal): -5743099 or 351912. OLE color: 351912.

HSL color Cylindrical-coordinate representation of color #A85E05: hue angle of 32.76º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A85E05 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB168945-
CMYK00.440.970.34
HSL32.76º94.22%33.92%-
HSV(B)32.76º97.02%65.88%-
XYZ20.1816.342.23-
YUV105.9871.02172.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.92%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=62.92%
G=35.21%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16894500.440.970.3432.7694.2233.92
HexA85E502C6122215e22
Octal2501365054141424113642
Binary101010001011110101010110011000011000101000011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85E05; }

 p { color: rgb(168,94,5); }

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

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

 a { background-color: rgb(168,94,5); }

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

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

 span { border-color: rgb(168,94,5); }

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