#A64C22

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

Shades of Rich Gold #A64C22

Tints of Rich Gold #A64C22

Color information

#A64C22 (or 0xA64C22) is unknown color: approx Rich Gold. HEX triplet: A6, 4C and 22. RGB value is (166,76,34). Sum of RGB (Red+Green+Blue) = 166+76+34=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C22 is #59B3DD. Grayscale: #626262. Windows color (decimal): -5878750 or 2247846. OLE color: 2247846.

HSL color Cylindrical-coordinate representation of color #A64C22: hue angle of 19.09º degrees, saturation: 0.66, 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 #A64C22 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB1667634-
CMYK00.540.800.35
HSL19.09º66%39.22%-
HSV(B)19.09º79.52%65.1%-
XYZ18.613.393.12-
YUV98.1291.82176.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.14%
GREEN value IS 76 (30.08% from 255) = 27.54%
BLUE value IS 34 (13.67% from 255) = 12.32%
R=60.14%
G=27.54%
B=12.32%

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
Decimal166763400.540.800.3519.096639.22
HexA64C220365023134227
Octal24611442066120432310247
Binary10100110100110010001001101101010000100011100111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64C22; }

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

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

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

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

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

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

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

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