#A65218

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

Shades of Rich Gold #A65218

Tints of Rich Gold #A65218

Color information

#A65218 (or 0xA65218) is unknown color: approx Rich Gold. HEX triplet: A6, 52 and 18. RGB value is (166,82,24). Sum of RGB (Red+Green+Blue) = 166+82+24=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A65218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65218 is #59ADE7. Grayscale: #646464. Windows color (decimal): -5877224 or 1594022. OLE color: 1594022.

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

Color convert

RGB1668224-
CMYK00.510.860.35
HSL24.51º74.74%37.25%-
HSV(B)24.51º85.54%65.1%-
XYZ18.9114.212.61-
YUV100.584.83174.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.03%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 24 (9.77% from 255) = 8.82%
R=61.03%
G=30.15%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166822400.510.860.3524.5174.7437.25
HexA652180335623194b25
Octal24612230063126433111345
Binary1010011010100101100001100111010110100011110011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65218; }

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

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

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

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

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

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

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

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