#A65E20

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

Shades of Rich Gold #A65E20

Tints of Rich Gold #A65E20

Color information

#A65E20 (or 0xA65E20) is unknown color: approx Rich Gold. HEX triplet: A6, 5E and 20. RGB value is (166,94,32). Sum of RGB (Red+Green+Blue) = 166+94+32=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65E20 is #59A1DF. Grayscale: #6C6C6C. Windows color (decimal): -5874144 or 2121382. OLE color: 2121382.

HSL color Cylindrical-coordinate representation of color #A65E20: hue angle of 27.76º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A65E20 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1669432-
CMYK00.430.810.35
HSL27.76º67.68%38.82%-
HSV(B)27.76º80.72%65.1%-
XYZ19.9916.223.44-
YUV108.4684.85169.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.85%
GREEN value IS 94 (37.11% from 255) = 32.19%
BLUE value IS 32 (12.89% from 255) = 10.96%
R=56.85%
G=32.19%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166943200.430.810.3527.7667.6838.82
HexA65E2002B51231c4427
Octal24613640053121433410447
Binary10100110101111010000001010111010001100011111001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E20; }

 p { color: rgb(166,94,32); }

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

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

 a { background-color: rgb(166,94,32); }

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

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

 span { border-color: rgb(166,94,32); }

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