#A76A16

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

Shades of Golden Brown #A76A16

Tints of Golden Brown #A76A16

Color information

#A76A16 (or 0xA76A16) is unknown color: approx Golden Brown. HEX triplet: A7, 6A and 16. RGB value is (167,106,22). Sum of RGB (Red+Green+Blue) = 167+106+22=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76A16 is #5895E9. Grayscale: #737373. Windows color (decimal): -5805546 or 1469095. OLE color: 1469095.

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

Color convert

RGB16710622-
CMYK00.370.870.35
HSL34.76º76.72%37.06%-
HSV(B)34.76º86.83%65.49%-
XYZ21.2418.583.23-
YUV114.6675.71165.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.61%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=56.61%
G=35.93%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671062200.370.870.3534.7676.7237.06
HexA76A160255723234d25
Octal24715226045127434311545
Binary10100111110101010110010010110101111000111000111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76A16; }

 p { color: rgb(167,106,22); }

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

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

 a { background-color: rgb(167,106,22); }

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

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

 span { border-color: rgb(167,106,22); }

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