#A24A1D

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

Shades of Rich Gold #A24A1D

Tints of Rich Gold #A24A1D

Color information

#A24A1D (or 0xA24A1D) is unknown color: approx Rich Gold. HEX triplet: A2, 4A and 1D. RGB value is (162,74,29). Sum of RGB (Red+Green+Blue) = 162+74+29=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A1D is #5DB5E2. Grayscale: #5F5F5F. Windows color (decimal): -6141411 or 1919650. OLE color: 1919650.

HSL color Cylindrical-coordinate representation of color #A24A1D: hue angle of 20.3º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A24A1D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1627429-
CMYK00.540.820.36
HSL20.3º69.63%37.45%-
HSV(B)20.3º82.1%63.53%-
XYZ17.5712.672.68-
YUV95.1890.65175.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 29 (11.72% from 255) = 10.94%
R=61.13%
G=27.92%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162742900.540.820.3620.369.6337.45
HexA24A1D0365224144625
Octal24211235066122442410645
Binary1010001010010101110101101101010010100100101001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A1D; }

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

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

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

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

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

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

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

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