Shades of Lucky #AB9908
Tints of Lucky #AB9908
RGB
CMYK
RGB Variations
Color information
#AB9908 (or 0xAB9908) is known color: Lucky. HEX triplet: AB, 99 and 08. RGB value is (171,153,8). Sum of RGB (Red+Green+Blue) = 171+153+8=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9908 is #5466F7. Grayscale: #8E8E8E. Windows color (decimal): -5531384 or 563627. OLE color: 563627.
HSL color Cylindrical-coordinate representation of color #AB9908: hue angle of 53.37º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB9908 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 8 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.33 |
| HSL | 53.37º | 0.91% | 0.35% | - |
| HSV(B) | 53.37º | 0.95% | 0.67% | - |
| XYZ | 28.23 | 31.46 | 4.81 | - |
| YUV | 141.85 | 52.46 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 8 | 0 | 0.11 | 0.95 | 0.33 | 53.37 | 0.91 | 0.35 |
| Hex | AB | 99 | 8 | 0 | B | 5F | 21 | 35 | 5B | 23 |
| Octal | 253 | 231 | 10 | 0 | 13 | 137 | 41 | 65 | 133 | 43 |
| Binary | 10101011 | 10011001 | 1000 | 0 | 1011 | 1011111 | 100001 | 110101 | 1011011 | 100011 |
Color Harmonies of #AB9908
Complementary color
Monochromatic Colors of #AB9908
Black with #AB9908
Text Example
Text Example
White with #AB9908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9908; }
p { color: rgb(171,153,8); }
H1.HeaderClassName
{
color: #AB9908;
}
.AnyTagClassName
{
color: #AB9908;
}
</style>
background-color css
<style>
a { background-color: #AB9908; }
a { background-color: rgb(171,153,8); }
div.DivClassName
{
background-color: #AB9908;
}
.BgClassName
{
background-color: #AB9908;
}
</style>
border-color css
<style>
span { border-color: #AB9908; }
span { border-color: rgb(171,153,8); }
td.TdClassName
{
border-color: #AB9908;
}
.TagClassName
{
border-color: #AB9908;
}
</style>