#A24816

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

Shades of Rich Gold #A24816

Tints of Rich Gold #A24816

Color information

#A24816 (or 0xA24816) is unknown color: approx Rich Gold. HEX triplet: A2, 48 and 16. RGB value is (162,72,22). Sum of RGB (Red+Green+Blue) = 162+72+22=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A24816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24816 is #5DB7E9. Grayscale: #5D5D5D. Windows color (decimal): -6141930 or 1460386. OLE color: 1460386.

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

Color convert

RGB1627222-
CMYK00.560.860.36
HSL21.43º76.09%36.08%-
HSV(B)21.43º86.42%63.53%-
XYZ17.3612.372.23-
YUV93.2187.82177.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.28%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 22 (8.98% from 255) = 8.59%
R=63.28%
G=28.12%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162722200.560.860.3621.4376.0936.08
HexA248160385624154c24
Octal24211026070126442511444
Binary1010001010010001011001110001010110100100101011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24816; }

 p { color: rgb(162,72,22); }

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

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

 a { background-color: rgb(162,72,22); }

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

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

 span { border-color: rgb(162,72,22); }

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