Shades of Lucky #AAA01F
Tints of Lucky #AAA01F
RGB
CMYK
RGB Variations
Color information
#AAA01F (or 0xAAA01F) is known color: Lucky. HEX triplet: AA, A0 and 1F. RGB value is (170,160,31). Sum of RGB (Red+Green+Blue) = 170+160+31=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA01F is #555FE0. Grayscale: #949494. Windows color (decimal): -5595105 or 2072746. OLE color: 2072746.
HSL color Cylindrical-coordinate representation of color #AAA01F: hue angle of 55.68º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAA01F is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 31 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.33 |
| HSL | 55.68º | 0.69% | 0.39% | - |
| HSV(B) | 55.68º | 0.82% | 0.67% | - |
| XYZ | 29.4 | 33.79 | 6.27 | - |
| YUV | 148.28 | 61.81 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 31 | 0 | 0.06 | 0.82 | 0.33 | 55.68 | 0.69 | 0.39 |
| Hex | AA | A0 | 1F | 0 | 6 | 52 | 21 | 38 | 45 | 27 |
| Octal | 252 | 240 | 37 | 0 | 6 | 122 | 41 | 70 | 105 | 47 |
| Binary | 10101010 | 10100000 | 11111 | 0 | 110 | 1010010 | 100001 | 111000 | 1000101 | 100111 |
Color Harmonies of #AAA01F
Complementary color
Monochromatic Colors of #AAA01F
Black with #AAA01F
Text Example
Text Example
White with #AAA01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA01F; }
p { color: rgb(170,160,31); }
H1.HeaderClassName
{
color: #AAA01F;
}
.AnyTagClassName
{
color: #AAA01F;
}
</style>
background-color css
<style>
a { background-color: #AAA01F; }
a { background-color: rgb(170,160,31); }
div.DivClassName
{
background-color: #AAA01F;
}
.BgClassName
{
background-color: #AAA01F;
}
</style>
border-color css
<style>
span { border-color: #AAA01F; }
span { border-color: rgb(170,160,31); }
td.TdClassName
{
border-color: #AAA01F;
}
.TagClassName
{
border-color: #AAA01F;
}
</style>