#A76102

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

Shades of Golden Brown #A76102

Tints of Golden Brown #A76102

Color information

#A76102 (or 0xA76102) is unknown color: approx Golden Brown. HEX triplet: A7, 61 and 02. RGB value is (167,97,2). Sum of RGB (Red+Green+Blue) = 167+97+2=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A76102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76102 is #589EFD. Grayscale: #6B6B6B. Windows color (decimal): -5807870 or 156071. OLE color: 156071.

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

Color convert

RGB167972-
CMYK00.420.990.35
HSL34.55º97.63%33.14%-
HSV(B)34.55º98.8%65.49%-
XYZ20.2216.772.23-
YUV107.168.69170.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.78%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=62.78%
G=36.47%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16797200.420.990.3534.5597.6333.14
HexA761202A6323236221
Octal2471412052143434314241
Binary10100111110000110010101011000111000111000111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76102; }

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

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

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

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

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

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

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

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