#A86404

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

Shades of Golden Brown #A86404

Tints of Golden Brown #A86404

Color information

#A86404 (or 0xA86404) is unknown color: approx Golden Brown. HEX triplet: A8, 64 and 04. RGB value is (168,100,4). Sum of RGB (Red+Green+Blue) = 168+100+4=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A86404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86404 is #579BFB. Grayscale: #6D6D6D. Windows color (decimal): -5741564 or 287912. OLE color: 287912.

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

Color convert

RGB1681004-
CMYK00.400.980.34
HSL35.12º95.35%33.73%-
HSV(B)35.12º97.62%65.88%-
XYZ20.7317.452.39-
YUV109.3968.53169.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.76%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 4 (1.95% from 255) = 1.47%
R=61.76%
G=36.76%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168100400.400.980.3435.1295.3533.73
HexA86440286222235f22
Octal2501444050142424313742
Binary101010001100100100010100011000101000101000111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86404; }

 p { color: rgb(168,100,4); }

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

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

 a { background-color: rgb(168,100,4); }

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

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

 span { border-color: rgb(168,100,4); }

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