#AB5A16

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

Shades of Rich Gold #AB5A16

Tints of Rich Gold #AB5A16

Color information

#AB5A16 (or 0xAB5A16) is unknown color: approx Rich Gold. HEX triplet: AB, 5A and 16. RGB value is (171,90,22). Sum of RGB (Red+Green+Blue) = 171+90+22=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5A16 is #54A5E9. Grayscale: #6A6A6A. Windows color (decimal): -5547498 or 1465003. OLE color: 1465003.

HSL color Cylindrical-coordinate representation of color #AB5A16: hue angle of 27.38º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB5A16 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB1719022-
CMYK00.470.870.33
HSL27.38º77.2%37.84%-
HSV(B)27.38º87.13%67.06%-
XYZ20.616.032.77-
YUV106.4780.34174.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.42%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 22 (8.98% from 255) = 7.77%
R=60.42%
G=31.80%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171902200.470.870.3327.3877.237.84
HexAB5A1602F57211b4d26
Octal25313226057127413311546
Binary1010101110110101011001011111010111100001110111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5A16; }

 p { color: rgb(171,90,22); }

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

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

 a { background-color: rgb(171,90,22); }

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

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

 span { border-color: rgb(171,90,22); }

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