#A24D26

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

Shades of Rich Gold #A24D26

Tints of Rich Gold #A24D26

Color information

#A24D26 (or 0xA24D26) is unknown color: approx Rich Gold. HEX triplet: A2, 4D and 26. RGB value is (162,77,38). Sum of RGB (Red+Green+Blue) = 162+77+38=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D26 is #5DB2D9. Grayscale: #626262. Windows color (decimal): -6140634 or 2510242. OLE color: 2510242.

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

Color convert

RGB1627738-
CMYK00.520.770.36
HSL18.87º62%39.22%-
HSV(B)18.87º76.54%63.53%-
XYZ17.913.133.42-
YUV97.9794.16173.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 77 (30.47% from 255) = 27.80%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=58.48%
G=27.80%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162773800.520.770.3618.876239.22
HexA24D260344D24133e27
Octal2421154606411544237647
Binary1010001010011011001100110100100110110010010011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D26; }

 p { color: rgb(162,77,38); }

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

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

 a { background-color: rgb(162,77,38); }

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

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

 span { border-color: rgb(162,77,38); }

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