Shades of Lucky #AB8F23
Tints of Lucky #AB8F23
RGB
CMYK
RGB Variations
Color information
#AB8F23 (or 0xAB8F23) is known color: Lucky. HEX triplet: AB, 8F and 23. RGB value is (171,143,35). Sum of RGB (Red+Green+Blue) = 171+143+35=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 35 (14.06% from 255 or 10.03% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F23 is #5470DC. Grayscale: #8B8B8B. Windows color (decimal): -5533917 or 2330539. OLE color: 2330539.
HSL color Cylindrical-coordinate representation of color #AB8F23: hue angle of 47.65º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB8F23 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 35 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.33 |
| HSL | 47.65º | 0.66% | 0.4% | - |
| HSV(B) | 47.65º | 0.8% | 0.67% | - |
| XYZ | 26.92 | 28.42 | 5.66 | - |
| YUV | 139.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 35 | 0 | 0.16 | 0.80 | 0.33 | 47.65 | 0.66 | 0.4 |
| Hex | AB | 8F | 23 | 0 | 10 | 50 | 21 | 30 | 42 | 28 |
| Octal | 253 | 217 | 43 | 0 | 20 | 120 | 41 | 60 | 102 | 50 |
| Binary | 10101011 | 10001111 | 100011 | 0 | 10000 | 1010000 | 100001 | 110000 | 1000010 | 101000 |
Color Harmonies of #AB8F23
Complementary color
Monochromatic Colors of #AB8F23
Black with #AB8F23
Text Example
Text Example
White with #AB8F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F23; }
p { color: rgb(171,143,35); }
H1.HeaderClassName
{
color: #AB8F23;
}
.AnyTagClassName
{
color: #AB8F23;
}
</style>
background-color css
<style>
a { background-color: #AB8F23; }
a { background-color: rgb(171,143,35); }
div.DivClassName
{
background-color: #AB8F23;
}
.BgClassName
{
background-color: #AB8F23;
}
</style>
border-color css
<style>
span { border-color: #AB8F23; }
span { border-color: rgb(171,143,35); }
td.TdClassName
{
border-color: #AB8F23;
}
.TagClassName
{
border-color: #AB8F23;
}
</style>