#A24F1C

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

Shades of Rich Gold #A24F1C

Tints of Rich Gold #A24F1C

Color information

#A24F1C (or 0xA24F1C) is unknown color: approx Rich Gold. HEX triplet: A2, 4F and 1C. RGB value is (162,79,28). Sum of RGB (Red+Green+Blue) = 162+79+28=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F1C is #5DB0E3. Grayscale: #626262. Windows color (decimal): -6140132 or 1855394. OLE color: 1855394.

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

Color convert

RGB1627928-
CMYK00.510.830.36
HSL22.84º70.53%37.25%-
HSV(B)22.84º82.72%63.53%-
XYZ17.9113.362.73-
YUV9888.5173.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.22%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 28 (11.33% from 255) = 10.41%
R=60.22%
G=29.37%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162792800.510.830.3622.8470.5337.25
HexA24F1C0335324174725
Octal24211734063123442710745
Binary1010001010011111110001100111010011100100101111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F1C; }

 p { color: rgb(162,79,28); }

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

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

 a { background-color: rgb(162,79,28); }

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

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

 span { border-color: rgb(162,79,28); }

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