#A64A24

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

Shades of Rich Gold #A64A24

Tints of Rich Gold #A64A24

Color information

#A64A24 (or 0xA64A24) is unknown color: approx Rich Gold. HEX triplet: A6, 4A and 24. RGB value is (166,74,36). Sum of RGB (Red+Green+Blue) = 166+74+36=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A24 is #59B5DB. Grayscale: #616161. Windows color (decimal): -5879260 or 2378406. OLE color: 2378406.

HSL color Cylindrical-coordinate representation of color #A64A24: hue angle of 17.54º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A64A24 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB1667436-
CMYK00.550.780.35
HSL17.54º64.36%39.61%-
HSV(B)17.54º78.31%65.1%-
XYZ18.4913.133.23-
YUV97.1893.48177.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.14%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 36 (14.45% from 255) = 13.04%
R=60.14%
G=26.81%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166743600.550.780.3517.5464.3639.61
HexA64A240374E23124028
Octal24611244067116432210050
Binary10100110100101010010001101111001110100011100101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64A24; }

 p { color: rgb(166,74,36); }

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

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

 a { background-color: rgb(166,74,36); }

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

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

 span { border-color: rgb(166,74,36); }

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