Shades of Lucky #AA9908
Tints of Lucky #AA9908
RGB
CMYK
RGB Variations
Color information
#AA9908 (or 0xAA9908) is known color: Lucky. HEX triplet: AA, 99 and 08. RGB value is (170,153,8). Sum of RGB (Red+Green+Blue) = 170+153+8=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9908 is #5566F7. Grayscale: #8E8E8E. Windows color (decimal): -5596920 or 563626. OLE color: 563626.
HSL color Cylindrical-coordinate representation of color #AA9908: hue angle of 53.7º 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 #AA9908 is Cyan = 0, Magento = 0.1, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 8 | - |
| CMYK | 0 | 0.1 | 0.95 | 0.33 |
| HSL | 53.7º | 0.91% | 0.35% | - |
| HSV(B) | 53.7º | 0.95% | 0.67% | - |
| XYZ | 28.01 | 31.35 | 4.8 | - |
| YUV | 141.55 | 52.63 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 8 | 0 | 0.1 | 0.95 | 0.33 | 53.7 | 0.91 | 0.35 |
| Hex | AA | 99 | 8 | 0 | A | 5F | 21 | 36 | 5B | 23 |
| Octal | 252 | 231 | 10 | 0 | 12 | 137 | 41 | 66 | 133 | 43 |
| Binary | 10101010 | 10011001 | 1000 | 0 | 1010 | 1011111 | 100001 | 110110 | 1011011 | 100011 |
Color Harmonies of #AA9908
Complementary color
Monochromatic Colors of #AA9908
Black with #AA9908
Text Example
Text Example
White with #AA9908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9908; }
p { color: rgb(170,153,8); }
H1.HeaderClassName
{
color: #AA9908;
}
.AnyTagClassName
{
color: #AA9908;
}
</style>
background-color css
<style>
a { background-color: #AA9908; }
a { background-color: rgb(170,153,8); }
div.DivClassName
{
background-color: #AA9908;
}
.BgClassName
{
background-color: #AA9908;
}
</style>
border-color css
<style>
span { border-color: #AA9908; }
span { border-color: rgb(170,153,8); }
td.TdClassName
{
border-color: #AA9908;
}
.TagClassName
{
border-color: #AA9908;
}
</style>