#A65621

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

Shades of Rich Gold #A65621

Tints of Rich Gold #A65621

Color information

#A65621 (or 0xA65621) is unknown color: approx Rich Gold. HEX triplet: A6, 56 and 21. RGB value is (166,86,33). Sum of RGB (Red+Green+Blue) = 166+86+33=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A65621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65621 is #59A9DE. Grayscale: #686868. Windows color (decimal): -5876191 or 2184870. OLE color: 2184870.

HSL color Cylindrical-coordinate representation of color #A65621: hue angle of 23.91º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A65621 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB1668633-
CMYK00.480.800.35
HSL23.91º66.83%39.02%-
HSV(B)23.91º80.12%65.1%-
XYZ19.3314.873.29-
YUV103.8888172.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.25%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=58.25%
G=30.18%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166863300.480.800.3523.9166.8339.02
HexA656210305023184327
Octal24612641060120433010347
Binary10100110101011010000101100001010000100011110001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65621; }

 p { color: rgb(166,86,33); }

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

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

 a { background-color: rgb(166,86,33); }

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

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

 span { border-color: rgb(166,86,33); }

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