Shades of Lucky #AB9B28
Tints of Lucky #AB9B28
RGB
CMYK
RGB Variations
Color information
#AB9B28 (or 0xAB9B28) is known color: Lucky. HEX triplet: AB, 9B and 28. RGB value is (171,155,40). Sum of RGB (Red+Green+Blue) = 171+155+40=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9B28 is #5464D7. Grayscale: #939393. Windows color (decimal): -5530840 or 2661291. OLE color: 2661291.
HSL color Cylindrical-coordinate representation of color #AB9B28: hue angle of 52.67º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB9B28 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 40 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.33 |
| HSL | 52.67º | 0.62% | 0.41% | - |
| HSV(B) | 52.67º | 0.77% | 0.67% | - |
| XYZ | 28.9 | 32.25 | 6.71 | - |
| YUV | 146.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 40 | 0 | 0.09 | 0.77 | 0.33 | 52.67 | 0.62 | 0.41 |
| Hex | AB | 9B | 28 | 0 | 9 | 4D | 21 | 35 | 3E | 29 |
| Octal | 253 | 233 | 50 | 0 | 11 | 115 | 41 | 65 | 76 | 51 |
| Binary | 10101011 | 10011011 | 101000 | 0 | 1001 | 1001101 | 100001 | 110101 | 111110 | 101001 |
Color Harmonies of #AB9B28
Complementary color
Monochromatic Colors of #AB9B28
Black with #AB9B28
Text Example
Text Example
White with #AB9B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B28; }
p { color: rgb(171,155,40); }
H1.HeaderClassName
{
color: #AB9B28;
}
.AnyTagClassName
{
color: #AB9B28;
}
</style>
background-color css
<style>
a { background-color: #AB9B28; }
a { background-color: rgb(171,155,40); }
div.DivClassName
{
background-color: #AB9B28;
}
.BgClassName
{
background-color: #AB9B28;
}
</style>
border-color css
<style>
span { border-color: #AB9B28; }
span { border-color: rgb(171,155,40); }
td.TdClassName
{
border-color: #AB9B28;
}
.TagClassName
{
border-color: #AB9B28;
}
</style>