#A74B24

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

Shades of Rich Gold #A74B24

Tints of Rich Gold #A74B24

Color information

#A74B24 (or 0xA74B24) is unknown color: approx Rich Gold. HEX triplet: A7, 4B and 24. RGB value is (167,75,36). Sum of RGB (Red+Green+Blue) = 167+75+36=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74B24 is #58B4DB. Grayscale: #626262. Windows color (decimal): -5813468 or 2378663. OLE color: 2378663.

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

Color convert

RGB1677536-
CMYK00.550.780.35
HSL17.86º64.53%39.8%-
HSV(B)17.86º78.44%65.49%-
XYZ18.7713.383.26-
YUV98.0692.98177.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.07%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=60.07%
G=26.98%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167753600.550.780.3517.8664.5339.8
HexA74B240374E23124128
Octal24711344067116432210150
Binary10100111100101110010001101111001110100011100101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74B24; }

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

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

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

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

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

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

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

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