#A24911

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

Shades of Rich Gold #A24911

Tints of Rich Gold #A24911

Color information

#A24911 (or 0xA24911) is unknown color: approx Rich Gold. HEX triplet: A2, 49 and 11. RGB value is (162,73,17). Sum of RGB (Red+Green+Blue) = 162+73+17=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A24911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24911 is #5DB6EE. Grayscale: #5D5D5D. Windows color (decimal): -6141679 or 1132962. OLE color: 1132962.

HSL color Cylindrical-coordinate representation of color #A24911: hue angle of 23.17º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A24911 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1627317-
CMYK00.550.900.36
HSL23.17º81.01%35.1%-
HSV(B)23.17º89.51%63.53%-
XYZ17.3812.492.02-
YUV93.2384.99177.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 17 (7.03% from 255) = 6.75%
R=64.29%
G=28.97%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162731700.550.900.3623.1781.0135.1
HexA249110375A24175123
Octal24211121067132442712143
Binary1010001010010011000101101111011010100100101111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24911; }

 p { color: rgb(162,73,17); }

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

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

 a { background-color: rgb(162,73,17); }

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

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

 span { border-color: rgb(162,73,17); }

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