#A64718

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

Shades of Rich Gold #A64718

Tints of Rich Gold #A64718

Color information

#A64718 (or 0xA64718) is unknown color: approx Rich Gold. HEX triplet: A6, 47 and 18. RGB value is (166,71,24). Sum of RGB (Red+Green+Blue) = 166+71+24=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A64718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64718 is #59B8E7. Grayscale: #5E5E5E. Windows color (decimal): -5880040 or 1591206. OLE color: 1591206.

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

Color convert

RGB1667124-
CMYK00.570.860.35
HSL19.86º74.74%37.25%-
HSV(B)19.86º85.54%65.1%-
XYZ18.1412.682.36-
YUV94.0588.47179.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.60%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=63.60%
G=27.20%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166712400.570.860.3519.8674.7437.25
HexA647180395623144b25
Octal24610730071126432411345
Binary1010011010001111100001110011010110100011101001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64718; }

 p { color: rgb(166,71,24); }

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

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

 a { background-color: rgb(166,71,24); }

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

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

 span { border-color: rgb(166,71,24); }

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