Shades of Lucky #AB9F2B
Tints of Lucky #AB9F2B
RGB
CMYK
RGB Variations
Color information
#AB9F2B (or 0xAB9F2B) is known color: Lucky. HEX triplet: AB, 9F and 2B. RGB value is (171,159,43). Sum of RGB (Red+Green+Blue) = 171+159+43=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F2B is #5460D4. Grayscale: #959595. Windows color (decimal): -5529813 or 2858923. OLE color: 2858923.
HSL color Cylindrical-coordinate representation of color #AB9F2B: hue angle of 54.38º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB9F2B is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 43 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.33 |
| HSL | 54.38º | 0.6% | 0.42% | - |
| HSV(B) | 54.38º | 0.75% | 0.67% | - |
| XYZ | 29.63 | 33.63 | 7.21 | - |
| YUV | 149.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 43 | 0 | 0.07 | 0.75 | 0.33 | 54.38 | 0.6 | 0.42 |
| Hex | AB | 9F | 2B | 0 | 7 | 4B | 21 | 36 | 3C | 2A |
| Octal | 253 | 237 | 53 | 0 | 7 | 113 | 41 | 66 | 74 | 52 |
| Binary | 10101011 | 10011111 | 101011 | 0 | 111 | 1001011 | 100001 | 110110 | 111100 | 101010 |
Color Harmonies of #AB9F2B
Complementary color
Monochromatic Colors of #AB9F2B
Black with #AB9F2B
Text Example
Text Example
White with #AB9F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F2B; }
p { color: rgb(171,159,43); }
H1.HeaderClassName
{
color: #AB9F2B;
}
.AnyTagClassName
{
color: #AB9F2B;
}
</style>
background-color css
<style>
a { background-color: #AB9F2B; }
a { background-color: rgb(171,159,43); }
div.DivClassName
{
background-color: #AB9F2B;
}
.BgClassName
{
background-color: #AB9F2B;
}
</style>
border-color css
<style>
span { border-color: #AB9F2B; }
span { border-color: rgb(171,159,43); }
td.TdClassName
{
border-color: #AB9F2B;
}
.TagClassName
{
border-color: #AB9F2B;
}
</style>