#A75216

Color #A75216 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A75216

Tints of Rich Gold #A75216

Color information

#A75216 (or 0xA75216) is unknown color: approx Rich Gold. HEX triplet: A7, 52 and 16. RGB value is (167,82,22). Sum of RGB (Red+Green+Blue) = 167+82+22=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A75216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75216 is #58ADE9. Grayscale: #646464. Windows color (decimal): -5811690 or 1462951. OLE color: 1462951.

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

Color convert

RGB1678222-
CMYK00.510.870.35
HSL24.83º76.72%37.06%-
HSV(B)24.83º86.83%65.49%-
XYZ19.114.312.51-
YUV100.5883.66175.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.62%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 22 (8.98% from 255) = 8.12%
R=61.62%
G=30.26%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167822200.510.870.3524.8376.7237.06
HexA752160335723194d25
Octal24712226063127433111545
Binary1010011110100101011001100111010111100011110011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75216; }

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

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

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

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

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

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

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

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