#AB9901

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

Shades of Lucky #AB9901

Tints of Lucky #AB9901

Color information

#AB9901 (or 0xAB9901) is unknown color: approx Lucky. HEX triplet: AB, 99 and 01. RGB value is (171,153,1). Sum of RGB (Red+Green+Blue) = 171+153+1=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9901 is #5466FE. Grayscale: #8D8D8D. Windows color (decimal): -5531391 or 104875. OLE color: 104875.

HSL color Cylindrical-coordinate representation of color #AB9901: hue angle of 53.65º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB9901 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB1711531-
CMYK00.110.990.33
HSL53.65º98.84%33.73%-
HSV(B)53.65º99.42%67.06%-
XYZ28.1931.444.61-
YUV141.0548.96149.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 153 (60.16% from 255) = 47.08%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=52.62%
G=47.08%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171153100.110.990.3353.6598.8433.73
HexAB9910B6321366322
Octal2532311013143416614342
Binary101010111001100110101111000111000011101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9901; }

 p { color: rgb(171,153,1); }

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

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

 a { background-color: rgb(171,153,1); }

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

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

 span { border-color: rgb(171,153,1); }

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