Shades of Lucky #AA9408
Tints of Lucky #AA9408
RGB
CMYK
RGB Variations
Color information
#AA9408 (or 0xAA9408) is known color: Lucky. HEX triplet: AA, 94 and 08. RGB value is (170,148,8). Sum of RGB (Red+Green+Blue) = 170+148+8=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9408 is #556BF7. Grayscale: #8B8B8B. Windows color (decimal): -5598200 or 562346. OLE color: 562346.
HSL color Cylindrical-coordinate representation of color #AA9408: hue angle of 51.85º 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 #AA9408 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 8 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.33 |
| HSL | 51.85º | 0.91% | 0.35% | - |
| HSV(B) | 51.85º | 0.95% | 0.67% | - |
| XYZ | 27.21 | 29.74 | 4.54 | - |
| YUV | 138.62 | 54.29 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 8 | 0 | 0.13 | 0.95 | 0.33 | 51.85 | 0.91 | 0.35 |
| Hex | AA | 94 | 8 | 0 | D | 5F | 21 | 34 | 5B | 23 |
| Octal | 252 | 224 | 10 | 0 | 15 | 137 | 41 | 64 | 133 | 43 |
| Binary | 10101010 | 10010100 | 1000 | 0 | 1101 | 1011111 | 100001 | 110100 | 1011011 | 100011 |
Color Harmonies of #AA9408
Complementary color
Monochromatic Colors of #AA9408
Black with #AA9408
Text Example
Text Example
White with #AA9408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9408; }
p { color: rgb(170,148,8); }
H1.HeaderClassName
{
color: #AA9408;
}
.AnyTagClassName
{
color: #AA9408;
}
</style>
background-color css
<style>
a { background-color: #AA9408; }
a { background-color: rgb(170,148,8); }
div.DivClassName
{
background-color: #AA9408;
}
.BgClassName
{
background-color: #AA9408;
}
</style>
border-color css
<style>
span { border-color: #AA9408; }
span { border-color: rgb(170,148,8); }
td.TdClassName
{
border-color: #AA9408;
}
.TagClassName
{
border-color: #AA9408;
}
</style>