Shades of Lucky #AA9F28
Tints of Lucky #AA9F28
RGB
CMYK
RGB Variations
Color information
#AA9F28 (or 0xAA9F28) is known color: Lucky. HEX triplet: AA, 9F and 28. RGB value is (170,159,40). Sum of RGB (Red+Green+Blue) = 170+159+40=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F28 is #5560D7. Grayscale: #959595. Windows color (decimal): -5595352 or 2662314. OLE color: 2662314.
HSL color Cylindrical-coordinate representation of color #AA9F28: hue angle of 54.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA9F28 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 40 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.33 |
| HSL | 54.92º | 0.62% | 0.41% | - |
| HSV(B) | 54.92º | 0.76% | 0.67% | - |
| XYZ | 29.36 | 33.5 | 6.93 | - |
| YUV | 148.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 40 | 0 | 0.06 | 0.76 | 0.33 | 54.92 | 0.62 | 0.41 |
| Hex | AA | 9F | 28 | 0 | 6 | 4C | 21 | 37 | 3E | 29 |
| Octal | 252 | 237 | 50 | 0 | 6 | 114 | 41 | 67 | 76 | 51 |
| Binary | 10101010 | 10011111 | 101000 | 0 | 110 | 1001100 | 100001 | 110111 | 111110 | 101001 |
Color Harmonies of #AA9F28
Complementary color
Monochromatic Colors of #AA9F28
Black with #AA9F28
Text Example
Text Example
White with #AA9F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F28; }
p { color: rgb(170,159,40); }
H1.HeaderClassName
{
color: #AA9F28;
}
.AnyTagClassName
{
color: #AA9F28;
}
</style>
background-color css
<style>
a { background-color: #AA9F28; }
a { background-color: rgb(170,159,40); }
div.DivClassName
{
background-color: #AA9F28;
}
.BgClassName
{
background-color: #AA9F28;
}
</style>
border-color css
<style>
span { border-color: #AA9F28; }
span { border-color: rgb(170,159,40); }
td.TdClassName
{
border-color: #AA9F28;
}
.TagClassName
{
border-color: #AA9F28;
}
</style>