#A24A25

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

Shades of Rich Gold #A24A25

Tints of Rich Gold #A24A25

Color information

#A24A25 (or 0xA24A25) is unknown color: approx Rich Gold. HEX triplet: A2, 4A and 25. RGB value is (162,74,37). Sum of RGB (Red+Green+Blue) = 162+74+37=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A25 is #5DB5DA. Grayscale: #606060. Windows color (decimal): -6141403 or 2443938. OLE color: 2443938.

HSL color Cylindrical-coordinate representation of color #A24A25: hue angle of 17.76º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A24A25 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1627437-
CMYK00.540.770.36
HSL17.76º62.81%39.02%-
HSV(B)17.76º77.16%63.53%-
XYZ17.6812.713.27-
YUV96.0994.65175.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 37 (14.84% from 255) = 13.55%
R=59.34%
G=27.11%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162743700.540.770.3617.7662.8139.02
HexA24A250364D24123f27
Octal2421124506611544227747
Binary1010001010010101001010110110100110110010010010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A25; }

 p { color: rgb(162,74,37); }

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

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

 a { background-color: rgb(162,74,37); }

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

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

 span { border-color: rgb(162,74,37); }

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