Shades of Lucky #AAA506
Tints of Lucky #AAA506
RGB
CMYK
RGB Variations
Color information
#AAA506 (or 0xAAA506) is known color: Lucky. HEX triplet: AA, A5 and 06. RGB value is (170,165,6). Sum of RGB (Red+Green+Blue) = 170+165+6=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA506 is #555AF9. Grayscale: #959595. Windows color (decimal): -5593850 or 435626. OLE color: 435626.
HSL color Cylindrical-coordinate representation of color #AAA506: hue angle of 58.17º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAA506 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 6 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.33 |
| HSL | 58.17º | 0.93% | 0.35% | - |
| HSV(B) | 58.17º | 0.96% | 0.67% | - |
| XYZ | 30.07 | 35.47 | 5.43 | - |
| YUV | 148.37 | 47.66 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 6 | 0 | 0.03 | 0.96 | 0.33 | 58.17 | 0.93 | 0.35 |
| Hex | AA | A5 | 6 | 0 | 3 | 60 | 21 | 3A | 5D | 23 |
| Octal | 252 | 245 | 6 | 0 | 3 | 140 | 41 | 72 | 135 | 43 |
| Binary | 10101010 | 10100101 | 110 | 0 | 11 | 1100000 | 100001 | 111010 | 1011101 | 100011 |
Color Harmonies of #AAA506
Complementary color
Monochromatic Colors of #AAA506
Black with #AAA506
Text Example
Text Example
White with #AAA506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA506; }
p { color: rgb(170,165,6); }
H1.HeaderClassName
{
color: #AAA506;
}
.AnyTagClassName
{
color: #AAA506;
}
</style>
background-color css
<style>
a { background-color: #AAA506; }
a { background-color: rgb(170,165,6); }
div.DivClassName
{
background-color: #AAA506;
}
.BgClassName
{
background-color: #AAA506;
}
</style>
border-color css
<style>
span { border-color: #AAA506; }
span { border-color: rgb(170,165,6); }
td.TdClassName
{
border-color: #AAA506;
}
.TagClassName
{
border-color: #AAA506;
}
</style>