#A24714

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

Shades of Rich Gold #A24714

Tints of Rich Gold #A24714

Color information

#A24714 (or 0xA24714) is unknown color: approx Rich Gold. HEX triplet: A2, 47 and 14. RGB value is (162,71,20). Sum of RGB (Red+Green+Blue) = 162+71+20=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A24714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24714 is #5DB8EB. Grayscale: #5C5C5C. Windows color (decimal): -6142188 or 1329058. OLE color: 1329058.

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

Color convert

RGB1627120-
CMYK00.560.880.36
HSL21.55º78.02%35.69%-
HSV(B)21.55º87.65%63.53%-
XYZ17.2812.242.11-
YUV92.487.15177.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.03%
GREEN value IS 71 (28.12% from 255) = 28.06%
BLUE value IS 20 (8.20% from 255) = 7.91%
R=64.03%
G=28.06%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162712000.560.880.3621.5578.0235.69
HexA247140385824164e24
Octal24210724070130442611644
Binary1010001010001111010001110001011000100100101101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24714; }

 p { color: rgb(162,71,20); }

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

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

 a { background-color: rgb(162,71,20); }

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

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

 span { border-color: rgb(162,71,20); }

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