#A24A11

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

Shades of Rich Gold #A24A11

Tints of Rich Gold #A24A11

Color information

#A24A11 (or 0xA24A11) is unknown color: approx Rich Gold. HEX triplet: A2, 4A and 11. RGB value is (162,74,17). Sum of RGB (Red+Green+Blue) = 162+74+17=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24A11 is #5DB5EE. Grayscale: #5E5E5E. Windows color (decimal): -6141423 or 1133218. OLE color: 1133218.

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

Color convert

RGB1627417-
CMYK00.540.900.36
HSL23.59º81.01%35.1%-
HSV(B)23.59º89.51%63.53%-
XYZ17.4512.622.05-
YUV93.8184.65176.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.03%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 17 (7.03% from 255) = 6.72%
R=64.03%
G=29.25%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162741700.540.900.3623.5981.0135.1
HexA24A110365A24185123
Octal24211221066132443012143
Binary1010001010010101000101101101011010100100110001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A11; }

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

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

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

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

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

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

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

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