Shades of Lucky #AAA01B
Tints of Lucky #AAA01B
RGB
CMYK
RGB Variations
Color information
#AAA01B (or 0xAAA01B) is known color: Lucky. HEX triplet: AA, A0 and 1B. RGB value is (170,160,27). Sum of RGB (Red+Green+Blue) = 170+160+27=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA01B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA01B is #555FE4. Grayscale: #949494. Windows color (decimal): -5595109 or 1810602. OLE color: 1810602.
HSL color Cylindrical-coordinate representation of color #AAA01B: hue angle of 55.8º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAA01B is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 27 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.33 |
| HSL | 55.8º | 0.73% | 0.39% | - |
| HSV(B) | 55.8º | 0.84% | 0.67% | - |
| XYZ | 29.35 | 33.77 | 6.01 | - |
| YUV | 147.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 27 | 0 | 0.06 | 0.84 | 0.33 | 55.8 | 0.73 | 0.39 |
| Hex | AA | A0 | 1B | 0 | 6 | 54 | 21 | 38 | 49 | 27 |
| Octal | 252 | 240 | 33 | 0 | 6 | 124 | 41 | 70 | 111 | 47 |
| Binary | 10101010 | 10100000 | 11011 | 0 | 110 | 1010100 | 100001 | 111000 | 1001001 | 100111 |
Color Harmonies of #AAA01B
Complementary color
Monochromatic Colors of #AAA01B
Black with #AAA01B
Text Example
Text Example
White with #AAA01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA01B; }
p { color: rgb(170,160,27); }
H1.HeaderClassName
{
color: #AAA01B;
}
.AnyTagClassName
{
color: #AAA01B;
}
</style>
background-color css
<style>
a { background-color: #AAA01B; }
a { background-color: rgb(170,160,27); }
div.DivClassName
{
background-color: #AAA01B;
}
.BgClassName
{
background-color: #AAA01B;
}
</style>
border-color css
<style>
span { border-color: #AAA01B; }
span { border-color: rgb(170,160,27); }
td.TdClassName
{
border-color: #AAA01B;
}
.TagClassName
{
border-color: #AAA01B;
}
</style>