Shades of Lucky #AB9608
Tints of Lucky #AB9608
RGB
CMYK
RGB Variations
Color information
#AB9608 (or 0xAB9608) is known color: Lucky. HEX triplet: AB, 96 and 08. RGB value is (171,150,8). Sum of RGB (Red+Green+Blue) = 171+150+8=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9608 is #5469F7. Grayscale: #8C8C8C. Windows color (decimal): -5532152 or 562859. OLE color: 562859.
HSL color Cylindrical-coordinate representation of color #AB9608: hue angle of 52.27º 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 #AB9608 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 8 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.33 |
| HSL | 52.27º | 0.91% | 0.35% | - |
| HSV(B) | 52.27º | 0.95% | 0.67% | - |
| XYZ | 27.74 | 30.49 | 4.65 | - |
| YUV | 140.09 | 53.46 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 8 | 0 | 0.12 | 0.95 | 0.33 | 52.27 | 0.91 | 0.35 |
| Hex | AB | 96 | 8 | 0 | C | 5F | 21 | 34 | 5B | 23 |
| Octal | 253 | 226 | 10 | 0 | 14 | 137 | 41 | 64 | 133 | 43 |
| Binary | 10101011 | 10010110 | 1000 | 0 | 1100 | 1011111 | 100001 | 110100 | 1011011 | 100011 |
Color Harmonies of #AB9608
Complementary color
Monochromatic Colors of #AB9608
Black with #AB9608
Text Example
Text Example
White with #AB9608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9608; }
p { color: rgb(171,150,8); }
H1.HeaderClassName
{
color: #AB9608;
}
.AnyTagClassName
{
color: #AB9608;
}
</style>
background-color css
<style>
a { background-color: #AB9608; }
a { background-color: rgb(171,150,8); }
div.DivClassName
{
background-color: #AB9608;
}
.BgClassName
{
background-color: #AB9608;
}
</style>
border-color css
<style>
span { border-color: #AB9608; }
span { border-color: rgb(171,150,8); }
td.TdClassName
{
border-color: #AB9608;
}
.TagClassName
{
border-color: #AB9608;
}
</style>