#A64C21

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

Shades of Rich Gold #A64C21

Tints of Rich Gold #A64C21

Color information

#A64C21 (or 0xA64C21) is unknown color: approx Rich Gold. HEX triplet: A6, 4C and 21. RGB value is (166,76,33). Sum of RGB (Red+Green+Blue) = 166+76+33=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C21 is #59B3DE. Grayscale: #626262. Windows color (decimal): -5878751 or 2182310. OLE color: 2182310.

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

Color convert

RGB1667633-
CMYK00.540.800.35
HSL19.4º66.83%39.02%-
HSV(B)19.4º80.12%65.1%-
XYZ18.5813.393.04-
YUV98.0191.32176.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.36%
GREEN value IS 76 (30.08% from 255) = 27.64%
BLUE value IS 33 (13.28% from 255) = 12%
R=60.36%
G=27.64%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166763300.540.800.3519.466.8339.02
HexA64C210365023134327
Octal24611441066120432310347
Binary10100110100110010000101101101010000100011100111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64C21; }

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

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

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

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

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

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

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

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