Shades of Lucky #AB9C1B
Tints of Lucky #AB9C1B
RGB
CMYK
RGB Variations
Color information
#AB9C1B (or 0xAB9C1B) is known color: Lucky. HEX triplet: AB, 9C and 1B. RGB value is (171,156,27). Sum of RGB (Red+Green+Blue) = 171+156+27=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C1B is #5463E4. Grayscale: #929292. Windows color (decimal): -5530597 or 1809579. OLE color: 1809579.
HSL color Cylindrical-coordinate representation of color #AB9C1B: hue angle of 53.75º 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 #AB9C1B is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 27 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.33 |
| HSL | 53.75º | 0.73% | 0.39% | - |
| HSV(B) | 53.75º | 0.84% | 0.67% | - |
| XYZ | 28.88 | 32.51 | 5.79 | - |
| YUV | 145.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 27 | 0 | 0.09 | 0.84 | 0.33 | 53.75 | 0.73 | 0.39 |
| Hex | AB | 9C | 1B | 0 | 9 | 54 | 21 | 36 | 49 | 27 |
| Octal | 253 | 234 | 33 | 0 | 11 | 124 | 41 | 66 | 111 | 47 |
| Binary | 10101011 | 10011100 | 11011 | 0 | 1001 | 1010100 | 100001 | 110110 | 1001001 | 100111 |
Color Harmonies of #AB9C1B
Complementary color
Monochromatic Colors of #AB9C1B
Black with #AB9C1B
Text Example
Text Example
White with #AB9C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C1B; }
p { color: rgb(171,156,27); }
H1.HeaderClassName
{
color: #AB9C1B;
}
.AnyTagClassName
{
color: #AB9C1B;
}
</style>
background-color css
<style>
a { background-color: #AB9C1B; }
a { background-color: rgb(171,156,27); }
div.DivClassName
{
background-color: #AB9C1B;
}
.BgClassName
{
background-color: #AB9C1B;
}
</style>
border-color css
<style>
span { border-color: #AB9C1B; }
span { border-color: rgb(171,156,27); }
td.TdClassName
{
border-color: #AB9C1B;
}
.TagClassName
{
border-color: #AB9C1B;
}
</style>