#A24515

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

Shades of Rich Gold #A24515

Tints of Rich Gold #A24515

Color information

#A24515 (or 0xA24515) is unknown color: approx Rich Gold. HEX triplet: A2, 45 and 15. RGB value is (162,69,21). Sum of RGB (Red+Green+Blue) = 162+69+21=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A24515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24515 is #5DBAEA. Grayscale: #5B5B5B. Windows color (decimal): -6142699 or 1394082. OLE color: 1394082.

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

Color convert

RGB1626921-
CMYK00.570.870.36
HSL20.43º77.05%35.88%-
HSV(B)20.43º87.04%63.53%-
XYZ17.1611.992.12-
YUV91.3488.31178.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 21 (8.59% from 255) = 8.33%
R=64.29%
G=27.38%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162692100.570.870.3620.4377.0535.88
HexA245150395724144d24
Octal24210525071127442411544
Binary1010001010001011010101110011010111100100101001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24515; }

 p { color: rgb(162,69,21); }

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

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

 a { background-color: rgb(162,69,21); }

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

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

 span { border-color: rgb(162,69,21); }

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