#A65418

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

Shades of Rich Gold #A65418

Tints of Rich Gold #A65418

Color information

#A65418 (or 0xA65418) is unknown color: approx Rich Gold. HEX triplet: A6, 54 and 18. RGB value is (166,84,24). Sum of RGB (Red+Green+Blue) = 166+84+24=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A65418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65418 is #59ABE7. Grayscale: #656565. Windows color (decimal): -5876712 or 1594534. OLE color: 1594534.

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

Color convert

RGB1668424-
CMYK00.490.860.35
HSL25.35º74.74%37.25%-
HSV(B)25.35º85.54%65.1%-
XYZ19.0614.512.66-
YUV101.6884.17173.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.58%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 24 (9.77% from 255) = 8.76%
R=60.58%
G=30.66%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166842400.490.860.3525.3574.7437.25
HexA654180315623194b25
Octal24612430061126433111345
Binary1010011010101001100001100011010110100011110011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65418; }

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

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

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

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

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

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

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

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