Shades of Lucky #AAA508
Tints of Lucky #AAA508
RGB
CMYK
RGB Variations
Color information
#AAA508 (or 0xAAA508) is known color: Lucky. HEX triplet: AA, A5 and 08. RGB value is (170,165,8). Sum of RGB (Red+Green+Blue) = 170+165+8=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA508 is #555AF7. Grayscale: #959595. Windows color (decimal): -5593848 or 566698. OLE color: 566698.
HSL color Cylindrical-coordinate representation of color #AAA508: hue angle of 58.15º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAA508 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 8 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.33 |
| HSL | 58.15º | 0.91% | 0.35% | - |
| HSV(B) | 58.15º | 0.95% | 0.67% | - |
| XYZ | 30.08 | 35.47 | 5.49 | - |
| YUV | 148.6 | 48.66 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 8 | 0 | 0.03 | 0.95 | 0.33 | 58.15 | 0.91 | 0.35 |
| Hex | AA | A5 | 8 | 0 | 3 | 5F | 21 | 3A | 5B | 23 |
| Octal | 252 | 245 | 10 | 0 | 3 | 137 | 41 | 72 | 133 | 43 |
| Binary | 10101010 | 10100101 | 1000 | 0 | 11 | 1011111 | 100001 | 111010 | 1011011 | 100011 |
Color Harmonies of #AAA508
Complementary color
Monochromatic Colors of #AAA508
Black with #AAA508
Text Example
Text Example
White with #AAA508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA508; }
p { color: rgb(170,165,8); }
H1.HeaderClassName
{
color: #AAA508;
}
.AnyTagClassName
{
color: #AAA508;
}
</style>
background-color css
<style>
a { background-color: #AAA508; }
a { background-color: rgb(170,165,8); }
div.DivClassName
{
background-color: #AAA508;
}
.BgClassName
{
background-color: #AAA508;
}
</style>
border-color css
<style>
span { border-color: #AAA508; }
span { border-color: rgb(170,165,8); }
td.TdClassName
{
border-color: #AAA508;
}
.TagClassName
{
border-color: #AAA508;
}
</style>