#ab9616

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

Shades of Lucky #AB9616

Tints of Lucky #AB9616

Color information

#AB9616 (or 0xAB9616) is unknown color: approx Lucky. HEX triplet: AB, 96 and 16. RGB value is (171,150,22). Sum of RGB (Red+Green+Blue) = 171+150+22=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9616 is #5469E9. Grayscale: #8E8E8E. Windows color (decimal): -5532138 or 1480363. OLE color: 1480363.

HSL color Cylindrical-coordinate representation of color #AB9616: hue angle of 51.54º 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 #AB9616 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB17115022-
CMYK00.120.870.33
HSL51.54º77.2%37.84%-
HSV(B)51.54º87.13%67.06%-
XYZ27.8530.535.18-
YUV141.6960.46148.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 22 (8.98% from 255) = 6.41%
R=49.85%
G=43.73%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711502200.120.870.3351.5477.237.84
HexAB96160C5721344d26
Octal25322626014127416411546
Binary1010101110010110101100110010101111000011101001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab9616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab9616; }

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

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

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

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

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

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

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

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