#A75416

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

Shades of Rich Gold #A75416

Tints of Rich Gold #A75416

Color information

#A75416 (or 0xA75416) is unknown color: approx Rich Gold. HEX triplet: A7, 54 and 16. RGB value is (167,84,22). Sum of RGB (Red+Green+Blue) = 167+84+22=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A75416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75416 is #58ABE9. Grayscale: #666666. Windows color (decimal): -5811178 or 1463463. OLE color: 1463463.

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

Color convert

RGB1678422-
CMYK00.500.870.35
HSL25.66º76.72%37.06%-
HSV(B)25.66º86.83%65.49%-
XYZ19.2514.612.57-
YUV101.7583174.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.17%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 22 (8.98% from 255) = 8.06%
R=61.17%
G=30.77%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167842200.500.870.3525.6676.7237.06
HexA7541603257231a4d25
Octal24712426062127433211545
Binary1010011110101001011001100101010111100011110101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75416; }

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

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

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

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

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

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

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

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