#A65512

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

Shades of Rich Gold #A65512

Tints of Rich Gold #A65512

Color information

#A65512 (or 0xA65512) is unknown color: approx Rich Gold. HEX triplet: A6, 55 and 12. RGB value is (166,85,18). Sum of RGB (Red+Green+Blue) = 166+85+18=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A65512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65512 is #59AAED. Grayscale: #656565. Windows color (decimal): -5876462 or 1201574. OLE color: 1201574.

HSL color Cylindrical-coordinate representation of color #A65512: hue angle of 27.16º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A65512 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB1668518-
CMYK00.490.890.35
HSL27.16º80.43%36.08%-
HSV(B)27.16º89.16%65.1%-
XYZ19.0814.652.39-
YUV101.5880.84173.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.71%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 18 (7.42% from 255) = 6.69%
R=61.71%
G=31.60%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166851800.490.890.3527.1680.4336.08
HexA6551203159231b5024
Octal24612522061131433312044
Binary1010011010101011001001100011011001100011110111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65512; }

 p { color: rgb(166,85,18); }

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

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

 a { background-color: rgb(166,85,18); }

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

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

 span { border-color: rgb(166,85,18); }

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