#A24D28

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

Shades of Rich Gold #A24D28

Tints of Rich Gold #A24D28

Color information

#A24D28 (or 0xA24D28) is unknown color: approx Rich Gold. HEX triplet: A2, 4D and 28. RGB value is (162,77,40). Sum of RGB (Red+Green+Blue) = 162+77+40=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D28 is #5DB2D7. Grayscale: #626262. Windows color (decimal): -6140632 or 2641314. OLE color: 2641314.

HSL color Cylindrical-coordinate representation of color #A24D28: hue angle of 18.2º 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 #A24D28 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1627740-
CMYK00.520.750.36
HSL18.2º60.4%39.61%-
HSV(B)18.2º75.31%63.53%-
XYZ17.9413.143.6-
YUV98.295.16173.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.06%
GREEN value IS 77 (30.47% from 255) = 27.60%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=58.06%
G=27.60%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162774000.520.750.3618.260.439.61
HexA24D280344B24123c28
Octal2421155006411344227450
Binary1010001010011011010000110100100101110010010010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D28; }

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

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

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

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

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

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

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

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