#A24C28

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

Shades of Rich Gold #A24C28

Tints of Rich Gold #A24C28

Color information

#A24C28 (or 0xA24C28) is unknown color: approx Rich Gold. HEX triplet: A2, 4C and 28. RGB value is (162,76,40). Sum of RGB (Red+Green+Blue) = 162+76+40=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C28 is #5DB3D7. Grayscale: #616161. Windows color (decimal): -6140888 or 2641058. OLE color: 2641058.

HSL color Cylindrical-coordinate representation of color #A24C28: hue angle of 17.7º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A24C28 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1627640-
CMYK00.530.750.36
HSL17.7º60.4%39.61%-
HSV(B)17.7º75.31%63.53%-
XYZ17.87133.58-
YUV97.6195.49173.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.27%
GREEN value IS 76 (30.08% from 255) = 27.34%
BLUE value IS 40 (16.02% from 255) = 14.39%
R=58.27%
G=27.34%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162764000.530.750.3617.760.439.61
HexA24C280354B24123c28
Octal2421145006511344227450
Binary1010001010011001010000110101100101110010010010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C28; }

 p { color: rgb(162,76,40); }

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

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

 a { background-color: rgb(162,76,40); }

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

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

 span { border-color: rgb(162,76,40); }

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