Shades of Lucky #ABA228
Tints of Lucky #ABA228
RGB
CMYK
RGB Variations
Color information
#ABA228 (or 0xABA228) is known color: Lucky. HEX triplet: AB, A2 and 28. RGB value is (171,162,40). Sum of RGB (Red+Green+Blue) = 171+162+40=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA228 is #545DD7. Grayscale: #979797. Windows color (decimal): -5529048 or 2663083. OLE color: 2663083.
HSL color Cylindrical-coordinate representation of color #ABA228: hue angle of 55.88º degrees, saturation: 0.62, 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 #ABA228 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 40 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.33 |
| HSL | 55.88º | 0.62% | 0.41% | - |
| HSV(B) | 55.88º | 0.77% | 0.67% | - |
| XYZ | 30.1 | 34.65 | 7.11 | - |
| YUV | 150.78 | 65.48 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 40 | 0 | 0.05 | 0.77 | 0.33 | 55.88 | 0.62 | 0.41 |
| Hex | AB | A2 | 28 | 0 | 5 | 4D | 21 | 38 | 3E | 29 |
| Octal | 253 | 242 | 50 | 0 | 5 | 115 | 41 | 70 | 76 | 51 |
| Binary | 10101011 | 10100010 | 101000 | 0 | 101 | 1001101 | 100001 | 111000 | 111110 | 101001 |
Color Harmonies of #ABA228
Complementary color
Monochromatic Colors of #ABA228
Black with #ABA228
Text Example
Text Example
White with #ABA228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA228; }
p { color: rgb(171,162,40); }
H1.HeaderClassName
{
color: #ABA228;
}
.AnyTagClassName
{
color: #ABA228;
}
</style>
background-color css
<style>
a { background-color: #ABA228; }
a { background-color: rgb(171,162,40); }
div.DivClassName
{
background-color: #ABA228;
}
.BgClassName
{
background-color: #ABA228;
}
</style>
border-color css
<style>
span { border-color: #ABA228; }
span { border-color: rgb(171,162,40); }
td.TdClassName
{
border-color: #ABA228;
}
.TagClassName
{
border-color: #ABA228;
}
</style>