#A76002

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

Shades of Golden Brown #A76002

Tints of Golden Brown #A76002

Color information

#A76002 (or 0xA76002) is unknown color: approx Golden Brown. HEX triplet: A7, 60 and 02. RGB value is (167,96,2). Sum of RGB (Red+Green+Blue) = 167+96+2=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A76002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76002 is #589FFD. Grayscale: #6A6A6A. Windows color (decimal): -5808126 or 155815. OLE color: 155815.

HSL color Cylindrical-coordinate representation of color #A76002: hue angle of 34.18º 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 #A76002 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB167962-
CMYK00.430.990.35
HSL34.18º97.63%33.14%-
HSV(B)34.18º98.8%65.49%-
XYZ20.1316.592.2-
YUV106.5169.02171.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.02%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=63.02%
G=36.23%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16796200.430.990.3534.1897.6333.14
HexA760202B6323226221
Octal2471402053143434214241
Binary10100111110000010010101111000111000111000101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76002; }

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

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

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

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

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

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

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

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