#A87207

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

Shades of Golden Brown #A87207

Tints of Golden Brown #A87207

Color information

#A87207 (or 0xA87207) is unknown color: approx Golden Brown. HEX triplet: A8, 72 and 07. RGB value is (168,114,7). Sum of RGB (Red+Green+Blue) = 168+114+7=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A87207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87207 is #578DF8. Grayscale: #767676. Windows color (decimal): -5737977 or 488104. OLE color: 488104.

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

Color convert

RGB1681147-
CMYK00.320.960.34
HSL39.88º92%34.31%-
HSV(B)39.88º95.83%65.88%-
XYZ22.220.372.96-
YUV117.9565.39163.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.13%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 7 (3.12% from 255) = 2.42%
R=58.13%
G=39.45%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168114700.320.960.3439.889234.31
HexA87270206022285c22
Octal2501627040140425013442
Binary101010001110010111010000011000001000101010001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87207; }

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

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

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

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

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

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

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

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