Shades of Lucky #AAA51B
Tints of Lucky #AAA51B
RGB
CMYK
RGB Variations
Color information
#AAA51B (or 0xAAA51B) is known color: Lucky. HEX triplet: AA, A5 and 1B. RGB value is (170,165,27). Sum of RGB (Red+Green+Blue) = 170+165+27=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA51B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA51B is #555AE4. Grayscale: #979797. Windows color (decimal): -5593829 or 1811882. OLE color: 1811882.
HSL color Cylindrical-coordinate representation of color #AAA51B: hue angle of 57.9º 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 #AAA51B is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 27 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.33 |
| HSL | 57.9º | 0.73% | 0.39% | - |
| HSV(B) | 57.9º | 0.84% | 0.67% | - |
| XYZ | 30.23 | 35.54 | 6.3 | - |
| YUV | 150.76 | 58.16 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 27 | 0 | 0.03 | 0.84 | 0.33 | 57.9 | 0.73 | 0.39 |
| Hex | AA | A5 | 1B | 0 | 3 | 54 | 21 | 3A | 49 | 27 |
| Octal | 252 | 245 | 33 | 0 | 3 | 124 | 41 | 72 | 111 | 47 |
| Binary | 10101010 | 10100101 | 11011 | 0 | 11 | 1010100 | 100001 | 111010 | 1001001 | 100111 |
Color Harmonies of #AAA51B
Complementary color
Monochromatic Colors of #AAA51B
Black with #AAA51B
Text Example
Text Example
White with #AAA51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA51B; }
p { color: rgb(170,165,27); }
H1.HeaderClassName
{
color: #AAA51B;
}
.AnyTagClassName
{
color: #AAA51B;
}
</style>
background-color css
<style>
a { background-color: #AAA51B; }
a { background-color: rgb(170,165,27); }
div.DivClassName
{
background-color: #AAA51B;
}
.BgClassName
{
background-color: #AAA51B;
}
</style>
border-color css
<style>
span { border-color: #AAA51B; }
span { border-color: rgb(170,165,27); }
td.TdClassName
{
border-color: #AAA51B;
}
.TagClassName
{
border-color: #AAA51B;
}
</style>