#A77002

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

Shades of Golden Brown #A77002

Tints of Golden Brown #A77002

Color information

#A77002 (or 0xA77002) is unknown color: approx Golden Brown. HEX triplet: A7, 70 and 02. RGB value is (167,112,2). Sum of RGB (Red+Green+Blue) = 167+112+2=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A77002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77002 is #588FFD. Grayscale: #747474. Windows color (decimal): -5804030 or 159911. OLE color: 159911.

HSL color Cylindrical-coordinate representation of color #A77002: hue angle of 40º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A77002 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB1671122-
CMYK00.330.990.35
HSL40º97.63%33.14%-
HSV(B)40º98.8%65.49%-
XYZ21.7419.812.73-
YUV115.963.72164.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.43%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=59.43%
G=39.86%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167112200.330.990.354097.6333.14
HexA77020216323286221
Octal2471602041143435014241
Binary10100111111000010010000111000111000111010001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77002; }

 p { color: rgb(167,112,2); }

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

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

 a { background-color: rgb(167,112,2); }

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

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

 span { border-color: rgb(167,112,2); }

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