Shades of Lucky #AB8F1F
Tints of Lucky #AB8F1F
RGB
CMYK
RGB Variations
Color information
#AB8F1F (or 0xAB8F1F) is known color: Lucky. HEX triplet: AB, 8F and 1F. RGB value is (171,143,31). Sum of RGB (Red+Green+Blue) = 171+143+31=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F1F is #5470E0. Grayscale: #8B8B8B. Windows color (decimal): -5533921 or 2068395. OLE color: 2068395.
HSL color Cylindrical-coordinate representation of color #AB8F1F: hue angle of 48º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB8F1F is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 31 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.33 |
| HSL | 48º | 0.69% | 0.4% | - |
| HSV(B) | 48º | 0.82% | 0.67% | - |
| XYZ | 26.86 | 28.4 | 5.36 | - |
| YUV | 138.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 31 | 0 | 0.16 | 0.82 | 0.33 | 48 | 0.69 | 0.4 |
| Hex | AB | 8F | 1F | 0 | 10 | 52 | 21 | 30 | 45 | 28 |
| Octal | 253 | 217 | 37 | 0 | 20 | 122 | 41 | 60 | 105 | 50 |
| Binary | 10101011 | 10001111 | 11111 | 0 | 10000 | 1010010 | 100001 | 110000 | 1000101 | 101000 |
Color Harmonies of #AB8F1F
Complementary color
Monochromatic Colors of #AB8F1F
Black with #AB8F1F
Text Example
Text Example
White with #AB8F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F1F; }
p { color: rgb(171,143,31); }
H1.HeaderClassName
{
color: #AB8F1F;
}
.AnyTagClassName
{
color: #AB8F1F;
}
</style>
background-color css
<style>
a { background-color: #AB8F1F; }
a { background-color: rgb(171,143,31); }
div.DivClassName
{
background-color: #AB8F1F;
}
.BgClassName
{
background-color: #AB8F1F;
}
</style>
border-color css
<style>
span { border-color: #AB8F1F; }
span { border-color: rgb(171,143,31); }
td.TdClassName
{
border-color: #AB8F1F;
}
.TagClassName
{
border-color: #AB8F1F;
}
</style>