Shades of Lucky #AB9728
Tints of Lucky #AB9728
RGB
CMYK
RGB Variations
Color information
#AB9728 (or 0xAB9728) is known color: Lucky. HEX triplet: AB, 97 and 28. RGB value is (171,151,40). Sum of RGB (Red+Green+Blue) = 171+151+40=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9728 is #5468D7. Grayscale: #909090. Windows color (decimal): -5531864 or 2660267. OLE color: 2660267.
HSL color Cylindrical-coordinate representation of color #AB9728: hue angle of 50.84º 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 #AB9728 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 40 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.33 |
| HSL | 50.84º | 0.62% | 0.41% | - |
| HSV(B) | 50.84º | 0.77% | 0.67% | - |
| XYZ | 28.24 | 30.94 | 6.49 | - |
| YUV | 144.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 40 | 0 | 0.12 | 0.77 | 0.33 | 50.84 | 0.62 | 0.41 |
| Hex | AB | 97 | 28 | 0 | C | 4D | 21 | 33 | 3E | 29 |
| Octal | 253 | 227 | 50 | 0 | 14 | 115 | 41 | 63 | 76 | 51 |
| Binary | 10101011 | 10010111 | 101000 | 0 | 1100 | 1001101 | 100001 | 110011 | 111110 | 101001 |
Color Harmonies of #AB9728
Complementary color
Monochromatic Colors of #AB9728
Black with #AB9728
Text Example
Text Example
White with #AB9728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9728; }
p { color: rgb(171,151,40); }
H1.HeaderClassName
{
color: #AB9728;
}
.AnyTagClassName
{
color: #AB9728;
}
</style>
background-color css
<style>
a { background-color: #AB9728; }
a { background-color: rgb(171,151,40); }
div.DivClassName
{
background-color: #AB9728;
}
.BgClassName
{
background-color: #AB9728;
}
</style>
border-color css
<style>
span { border-color: #AB9728; }
span { border-color: rgb(171,151,40); }
td.TdClassName
{
border-color: #AB9728;
}
.TagClassName
{
border-color: #AB9728;
}
</style>