#AB5511

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

Shades of Rich Gold #AB5511

Tints of Rich Gold #AB5511

Color information

#AB5511 (or 0xAB5511) is unknown color: approx Rich Gold. HEX triplet: AB, 55 and 11. RGB value is (171,85,17). Sum of RGB (Red+Green+Blue) = 171+85+17=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5511 is #54AAEE. Grayscale: #676767. Windows color (decimal): -5548783 or 1136043. OLE color: 1136043.

HSL color Cylindrical-coordinate representation of color #AB5511: hue angle of 26.49º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB5511 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB1718517-
CMYK00.500.900.33
HSL26.49º81.91%36.86%-
HSV(B)26.49º90.06%67.06%-
XYZ20.1415.22.4-
YUV102.9679.49176.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.64%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 17 (7.03% from 255) = 6.23%
R=62.64%
G=31.14%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171851700.500.900.3326.4981.9136.86
HexAB55110325A211a5225
Octal25312521062132413212245
Binary1010101110101011000101100101011010100001110101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5511; }

 p { color: rgb(171,85,17); }

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

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

 a { background-color: rgb(171,85,17); }

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

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

 span { border-color: rgb(171,85,17); }

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