Shades of Lucky #ABA323
Tints of Lucky #ABA323
RGB
CMYK
RGB Variations
Color information
#ABA323 (or 0xABA323) is known color: Lucky. HEX triplet: AB, A3 and 23. RGB value is (171,163,35). Sum of RGB (Red+Green+Blue) = 171+163+35=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA323 is #545CDC. Grayscale: #979797. Windows color (decimal): -5528797 or 2335659. OLE color: 2335659.
HSL color Cylindrical-coordinate representation of color #ABA323: hue angle of 56.47º 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 #ABA323 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 35 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.33 |
| HSL | 56.47º | 0.66% | 0.4% | - |
| HSV(B) | 56.47º | 0.8% | 0.67% | - |
| XYZ | 30.2 | 34.97 | 6.75 | - |
| YUV | 150.8 | 62.65 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 35 | 0 | 0.05 | 0.80 | 0.33 | 56.47 | 0.66 | 0.4 |
| Hex | AB | A3 | 23 | 0 | 5 | 50 | 21 | 38 | 42 | 28 |
| Octal | 253 | 243 | 43 | 0 | 5 | 120 | 41 | 70 | 102 | 50 |
| Binary | 10101011 | 10100011 | 100011 | 0 | 101 | 1010000 | 100001 | 111000 | 1000010 | 101000 |
Color Harmonies of #ABA323
Complementary color
Monochromatic Colors of #ABA323
Black with #ABA323
Text Example
Text Example
White with #ABA323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA323; }
p { color: rgb(171,163,35); }
H1.HeaderClassName
{
color: #ABA323;
}
.AnyTagClassName
{
color: #ABA323;
}
</style>
background-color css
<style>
a { background-color: #ABA323; }
a { background-color: rgb(171,163,35); }
div.DivClassName
{
background-color: #ABA323;
}
.BgClassName
{
background-color: #ABA323;
}
</style>
border-color css
<style>
span { border-color: #ABA323; }
span { border-color: rgb(171,163,35); }
td.TdClassName
{
border-color: #ABA323;
}
.TagClassName
{
border-color: #ABA323;
}
</style>