#A24A27

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

Shades of Rich Gold #A24A27

Tints of Rich Gold #A24A27

Color information

#A24A27 (or 0xA24A27) is unknown color: approx Rich Gold. HEX triplet: A2, 4A and 27. RGB value is (162,74,39). Sum of RGB (Red+Green+Blue) = 162+74+39=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A27 is #5DB5D8. Grayscale: #606060. Windows color (decimal): -6141401 or 2575010. OLE color: 2575010.

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

Color convert

RGB1627439-
CMYK00.540.760.36
HSL17.07º61.19%39.41%-
HSV(B)17.07º75.93%63.53%-
XYZ17.7212.733.44-
YUV96.3295.65174.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 74 (29.30% from 255) = 26.91%
BLUE value IS 39 (15.62% from 255) = 14.18%
R=58.91%
G=26.91%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162743900.540.760.3617.0761.1939.41
HexA24A270364C24113d27
Octal2421124706611444217547
Binary1010001010010101001110110110100110010010010001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A27; }

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

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

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

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

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

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

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

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