#AB9406

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

Shades of Lucky #AB9406

Tints of Lucky #AB9406

Color information

#AB9406 (or 0xAB9406) is unknown color: approx Lucky. HEX triplet: AB, 94 and 06. RGB value is (171,148,6). Sum of RGB (Red+Green+Blue) = 171+148+6=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9406 is #546BF9. Grayscale: #8B8B8B. Windows color (decimal): -5532666 or 431275. OLE color: 431275.

HSL color Cylindrical-coordinate representation of color #AB9406: hue angle of 51.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB9406 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB1711486-
CMYK00.130.960.33
HSL51.64º93.22%34.71%-
HSV(B)51.64º96.49%67.06%-
XYZ27.4229.854.49-
YUV138.6953.12151.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 148 (58.20% from 255) = 45.54%
BLUE value IS 6 (2.73% from 255) = 1.85%
R=52.62%
G=45.54%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171148600.130.960.3351.6493.2234.71
HexAB9460D6021345d23
Octal2532246015140416413543
Binary10101011100101001100110111000001000011101001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9406; }

 p { color: rgb(171,148,6); }

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

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

 a { background-color: rgb(171,148,6); }

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

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

 span { border-color: rgb(171,148,6); }

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