#A86007

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

Shades of Golden Brown #A86007

Tints of Golden Brown #A86007

Color information

#A86007 (or 0xA86007) is unknown color: approx Golden Brown. HEX triplet: A8, 60 and 07. RGB value is (168,96,7). Sum of RGB (Red+Green+Blue) = 168+96+7=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A86007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86007 is #579FF8. Grayscale: #6B6B6B. Windows color (decimal): -5742585 or 483496. OLE color: 483496.

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

Color convert

RGB168967-
CMYK00.430.960.34
HSL33.17º92%34.31%-
HSV(B)33.17º95.83%65.88%-
XYZ20.3716.712.35-
YUV107.3871.35171.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.99%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 7 (3.12% from 255) = 2.58%
R=61.99%
G=35.42%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16896700.430.960.3433.179234.31
HexA860702B6022215c22
Octal2501407053140424113442
Binary101010001100000111010101111000001000101000011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86007; }

 p { color: rgb(168,96,7); }

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

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

 a { background-color: rgb(168,96,7); }

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

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

 span { border-color: rgb(168,96,7); }

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