Shades of Lucky #AB9D23
Tints of Lucky #AB9D23
RGB
CMYK
RGB Variations
Color information
#AB9D23 (or 0xAB9D23) is known color: Lucky. HEX triplet: AB, 9D and 23. RGB value is (171,157,35). Sum of RGB (Red+Green+Blue) = 171+157+35=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9D23 is #5462DC. Grayscale: #939393. Windows color (decimal): -5530333 or 2334123. OLE color: 2334123.
HSL color Cylindrical-coordinate representation of color #AB9D23: hue angle of 53.82º 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 #AB9D23 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 35 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.33 |
| HSL | 53.82º | 0.66% | 0.4% | - |
| HSV(B) | 53.82º | 0.8% | 0.67% | - |
| XYZ | 29.15 | 32.89 | 6.4 | - |
| YUV | 147.28 | 64.64 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 35 | 0 | 0.08 | 0.80 | 0.33 | 53.82 | 0.66 | 0.4 |
| Hex | AB | 9D | 23 | 0 | 8 | 50 | 21 | 36 | 42 | 28 |
| Octal | 253 | 235 | 43 | 0 | 10 | 120 | 41 | 66 | 102 | 50 |
| Binary | 10101011 | 10011101 | 100011 | 0 | 1000 | 1010000 | 100001 | 110110 | 1000010 | 101000 |
Color Harmonies of #AB9D23
Complementary color
Monochromatic Colors of #AB9D23
Black with #AB9D23
Text Example
Text Example
White with #AB9D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9D23; }
p { color: rgb(171,157,35); }
H1.HeaderClassName
{
color: #AB9D23;
}
.AnyTagClassName
{
color: #AB9D23;
}
</style>
background-color css
<style>
a { background-color: #AB9D23; }
a { background-color: rgb(171,157,35); }
div.DivClassName
{
background-color: #AB9D23;
}
.BgClassName
{
background-color: #AB9D23;
}
</style>
border-color css
<style>
span { border-color: #AB9D23; }
span { border-color: rgb(171,157,35); }
td.TdClassName
{
border-color: #AB9D23;
}
.TagClassName
{
border-color: #AB9D23;
}
</style>