Shades of Lucky #AB9D08
Tints of Lucky #AB9D08
RGB
CMYK
RGB Variations
Color information
#AB9D08 (or 0xAB9D08) is known color: Lucky. HEX triplet: AB, 9D and 08. RGB value is (171,157,8). Sum of RGB (Red+Green+Blue) = 171+157+8=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9D08 is #5462F7. Grayscale: #909090. Windows color (decimal): -5530360 or 564651. OLE color: 564651.
HSL color Cylindrical-coordinate representation of color #AB9D08: hue angle of 54.85º 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 #AB9D08 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 8 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.33 |
| HSL | 54.85º | 0.91% | 0.35% | - |
| HSV(B) | 54.85º | 0.95% | 0.67% | - |
| XYZ | 28.9 | 32.79 | 5.04 | - |
| YUV | 144.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 8 | 0 | 0.08 | 0.95 | 0.33 | 54.85 | 0.91 | 0.35 |
| Hex | AB | 9D | 8 | 0 | 8 | 5F | 21 | 37 | 5B | 23 |
| Octal | 253 | 235 | 10 | 0 | 10 | 137 | 41 | 67 | 133 | 43 |
| Binary | 10101011 | 10011101 | 1000 | 0 | 1000 | 1011111 | 100001 | 110111 | 1011011 | 100011 |
Color Harmonies of #AB9D08
Complementary color
Monochromatic Colors of #AB9D08
Black with #AB9D08
Text Example
Text Example
White with #AB9D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9D08; }
p { color: rgb(171,157,8); }
H1.HeaderClassName
{
color: #AB9D08;
}
.AnyTagClassName
{
color: #AB9D08;
}
</style>
background-color css
<style>
a { background-color: #AB9D08; }
a { background-color: rgb(171,157,8); }
div.DivClassName
{
background-color: #AB9D08;
}
.BgClassName
{
background-color: #AB9D08;
}
</style>
border-color css
<style>
span { border-color: #AB9D08; }
span { border-color: rgb(171,157,8); }
td.TdClassName
{
border-color: #AB9D08;
}
.TagClassName
{
border-color: #AB9D08;
}
</style>