#A64E16

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

Shades of Rich Gold #A64E16

Tints of Rich Gold #A64E16

Color information

#A64E16 (or 0xA64E16) is unknown color: approx Rich Gold. HEX triplet: A6, 4E and 16. RGB value is (166,78,22). Sum of RGB (Red+Green+Blue) = 166+78+22=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A64E16 is #59B1E9. Grayscale: #626262. Windows color (decimal): -5878250 or 1461926. OLE color: 1461926.

HSL color Cylindrical-coordinate representation of color #A64E16: hue angle of 23.33º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A64E16 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1667822-
CMYK00.530.870.35
HSL23.33º76.6%36.86%-
HSV(B)23.33º86.75%65.1%-
XYZ18.613.612.41-
YUV97.9385.15176.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 22 (8.98% from 255) = 8.27%
R=62.41%
G=29.32%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166782200.530.870.3523.3376.636.86
HexA64E160355723174d25
Octal24611626065127432711545
Binary1010011010011101011001101011010111100011101111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64E16; }

 p { color: rgb(166,78,22); }

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

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

 a { background-color: rgb(166,78,22); }

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

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

 span { border-color: rgb(166,78,22); }

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