Shades of Lucky #AB9A1B
Tints of Lucky #AB9A1B
RGB
CMYK
RGB Variations
Color information
#AB9A1B (or 0xAB9A1B) is known color: Lucky. HEX triplet: AB, 9A and 1B. RGB value is (171,154,27). Sum of RGB (Red+Green+Blue) = 171+154+27=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9A1B is #5465E4. Grayscale: #919191. Windows color (decimal): -5531109 or 1809067. OLE color: 1809067.
HSL color Cylindrical-coordinate representation of color #AB9A1B: hue angle of 52.92º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB9A1B is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 27 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.33 |
| HSL | 52.92º | 0.73% | 0.39% | - |
| HSV(B) | 52.92º | 0.84% | 0.67% | - |
| XYZ | 28.55 | 31.85 | 5.68 | - |
| YUV | 144.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 27 | 0 | 0.10 | 0.84 | 0.33 | 52.92 | 0.73 | 0.39 |
| Hex | AB | 9A | 1B | 0 | A | 54 | 21 | 35 | 49 | 27 |
| Octal | 253 | 232 | 33 | 0 | 12 | 124 | 41 | 65 | 111 | 47 |
| Binary | 10101011 | 10011010 | 11011 | 0 | 1010 | 1010100 | 100001 | 110101 | 1001001 | 100111 |
Color Harmonies of #AB9A1B
Complementary color
Monochromatic Colors of #AB9A1B
Black with #AB9A1B
Text Example
Text Example
White with #AB9A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A1B; }
p { color: rgb(171,154,27); }
H1.HeaderClassName
{
color: #AB9A1B;
}
.AnyTagClassName
{
color: #AB9A1B;
}
</style>
background-color css
<style>
a { background-color: #AB9A1B; }
a { background-color: rgb(171,154,27); }
div.DivClassName
{
background-color: #AB9A1B;
}
.BgClassName
{
background-color: #AB9A1B;
}
</style>
border-color css
<style>
span { border-color: #AB9A1B; }
span { border-color: rgb(171,154,27); }
td.TdClassName
{
border-color: #AB9A1B;
}
.TagClassName
{
border-color: #AB9A1B;
}
</style>