#A64816

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

Shades of Rich Gold #A64816

Tints of Rich Gold #A64816

Color information

#A64816 (or 0xA64816) is unknown color: approx Rich Gold. HEX triplet: A6, 48 and 16. RGB value is (166,72,22). Sum of RGB (Red+Green+Blue) = 166+72+22=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A64816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64816 is #59B7E9. Grayscale: #5E5E5E. Windows color (decimal): -5879786 or 1460390. OLE color: 1460390.

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

Color convert

RGB1667222-
CMYK00.570.870.35
HSL20.83º76.6%36.86%-
HSV(B)20.83º86.75%65.1%-
XYZ18.1912.82.27-
YUV94.4187.14179.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.85%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 22 (8.98% from 255) = 8.46%
R=63.85%
G=27.69%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166722200.570.870.3520.8376.636.86
HexA648160395723154d25
Octal24611026071127432511545
Binary1010011010010001011001110011010111100011101011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64816; }

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

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

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

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

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

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

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

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