#A64C20

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

Shades of Rich Gold #A64C20

Tints of Rich Gold #A64C20

Color information

#A64C20 (or 0xA64C20) is unknown color: approx Rich Gold. HEX triplet: A6, 4C and 20. RGB value is (166,76,32). Sum of RGB (Red+Green+Blue) = 166+76+32=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C20 is #59B3DF. Grayscale: #626262. Windows color (decimal): -5878752 or 2116774. OLE color: 2116774.

HSL color Cylindrical-coordinate representation of color #A64C20: hue angle of 19.7º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A64C20 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1667632-
CMYK00.540.810.35
HSL19.7º67.68%38.82%-
HSV(B)19.7º80.72%65.1%-
XYZ18.5713.382.97-
YUV97.8990.82176.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.58%
GREEN value IS 76 (30.08% from 255) = 27.74%
BLUE value IS 32 (12.89% from 255) = 11.68%
R=60.58%
G=27.74%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166763200.540.810.3519.767.6838.82
HexA64C200365123144427
Octal24611440066121432410447
Binary10100110100110010000001101101010001100011101001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64C20; }

 p { color: rgb(166,76,32); }

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

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

 a { background-color: rgb(166,76,32); }

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

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

 span { border-color: rgb(166,76,32); }

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