Shades of Lucky #ABA327
Tints of Lucky #ABA327
RGB
CMYK
RGB Variations
Color information
#ABA327 (or 0xABA327) is known color: Lucky. HEX triplet: AB, A3 and 27. RGB value is (171,163,39). Sum of RGB (Red+Green+Blue) = 171+163+39=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA327 is #545CD8. Grayscale: #979797. Windows color (decimal): -5528793 or 2597803. OLE color: 2597803.
HSL color Cylindrical-coordinate representation of color #ABA327: hue angle of 56.36º degrees, saturation: 0.63, 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 #ABA327 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 39 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.33 |
| HSL | 56.36º | 0.63% | 0.41% | - |
| HSV(B) | 56.36º | 0.77% | 0.67% | - |
| XYZ | 30.26 | 35 | 7.08 | - |
| YUV | 151.26 | 64.65 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 39 | 0 | 0.05 | 0.77 | 0.33 | 56.36 | 0.63 | 0.41 |
| Hex | AB | A3 | 27 | 0 | 5 | 4D | 21 | 38 | 3F | 29 |
| Octal | 253 | 243 | 47 | 0 | 5 | 115 | 41 | 70 | 77 | 51 |
| Binary | 10101011 | 10100011 | 100111 | 0 | 101 | 1001101 | 100001 | 111000 | 111111 | 101001 |
Color Harmonies of #ABA327
Complementary color
Monochromatic Colors of #ABA327
Black with #ABA327
Text Example
Text Example
White with #ABA327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA327; }
p { color: rgb(171,163,39); }
H1.HeaderClassName
{
color: #ABA327;
}
.AnyTagClassName
{
color: #ABA327;
}
</style>
background-color css
<style>
a { background-color: #ABA327; }
a { background-color: rgb(171,163,39); }
div.DivClassName
{
background-color: #ABA327;
}
.BgClassName
{
background-color: #ABA327;
}
</style>
border-color css
<style>
span { border-color: #ABA327; }
span { border-color: rgb(171,163,39); }
td.TdClassName
{
border-color: #ABA327;
}
.TagClassName
{
border-color: #ABA327;
}
</style>