#A64622

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

Shades of Rich Gold #A64622

Tints of Rich Gold #A64622

Color information

#A64622 (or 0xA64622) is unknown color: approx Rich Gold. HEX triplet: A6, 46 and 22. RGB value is (166,70,34). Sum of RGB (Red+Green+Blue) = 166+70+34=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A64622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64622 is #59B9DD. Grayscale: #5E5E5E. Windows color (decimal): -5880286 or 2246310. OLE color: 2246310.

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

Color convert

RGB1667034-
CMYK00.580.800.35
HSL16.36º66%39.22%-
HSV(B)16.36º79.52%65.1%-
XYZ18.212.62.99-
YUV94.693.8178.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.48%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 34 (13.67% from 255) = 12.59%
R=61.48%
G=25.93%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166703400.580.800.3516.366639.22
HexA6462203A5023104227
Octal24610642072120432010247
Binary10100110100011010001001110101010000100011100001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64622; }

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

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

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

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

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

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

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

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