#A74924

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

Shades of Rich Gold #A74924

Tints of Rich Gold #A74924

Color information

#A74924 (or 0xA74924) is unknown color: approx Rich Gold. HEX triplet: A7, 49 and 24. RGB value is (167,73,36). Sum of RGB (Red+Green+Blue) = 167+73+36=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A74924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74924 is #58B6DB. Grayscale: #616161. Windows color (decimal): -5813980 or 2378151. OLE color: 2378151.

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

Color convert

RGB1677336-
CMYK00.560.780.35
HSL16.95º64.53%39.8%-
HSV(B)16.95º78.44%65.49%-
XYZ18.6413.113.22-
YUV96.8993.64178.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.51%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 36 (14.45% from 255) = 13.04%
R=60.51%
G=26.45%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167733600.560.780.3516.9564.5339.8
HexA749240384E23114128
Octal24711144070116432110150
Binary10100111100100110010001110001001110100011100011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74924; }

 p { color: rgb(167,73,36); }

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

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

 a { background-color: rgb(167,73,36); }

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

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

 span { border-color: rgb(167,73,36); }

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