#A74C16

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

Shades of Rich Gold #A74C16

Tints of Rich Gold #A74C16

Color information

#A74C16 (or 0xA74C16) is unknown color: approx Rich Gold. HEX triplet: A7, 4C and 16. RGB value is (167,76,22). Sum of RGB (Red+Green+Blue) = 167+76+22=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74C16 is #58B3E9. Grayscale: #616161. Windows color (decimal): -5813226 or 1461415. OLE color: 1461415.

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

Color convert

RGB1677622-
CMYK00.540.870.35
HSL22.34º76.72%37.06%-
HSV(B)22.34º86.83%65.49%-
XYZ18.6713.442.37-
YUV97.0585.65177.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.02%
GREEN value IS 76 (30.08% from 255) = 28.68%
BLUE value IS 22 (8.98% from 255) = 8.30%
R=63.02%
G=28.68%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167762200.540.870.3522.3476.7237.06
HexA74C160365723164d25
Octal24711426066127432611545
Binary1010011110011001011001101101010111100011101101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74C16; }

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

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

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

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

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

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

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

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