Shades of Lucky #AA9728
Tints of Lucky #AA9728
RGB
CMYK
RGB Variations
Color information
#AA9728 (or 0xAA9728) is known color: Lucky. HEX triplet: AA, 97 and 28. RGB value is (170,151,40). Sum of RGB (Red+Green+Blue) = 170+151+40=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9728 is #5568D7. Grayscale: #909090. Windows color (decimal): -5597400 or 2660266. OLE color: 2660266.
HSL color Cylindrical-coordinate representation of color #AA9728: hue angle of 51.23º 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 #AA9728 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 40 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.33 |
| HSL | 51.23º | 0.62% | 0.41% | - |
| HSV(B) | 51.23º | 0.76% | 0.67% | - |
| XYZ | 28.03 | 30.83 | 6.48 | - |
| YUV | 144.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 40 | 0 | 0.11 | 0.76 | 0.33 | 51.23 | 0.62 | 0.41 |
| Hex | AA | 97 | 28 | 0 | B | 4C | 21 | 33 | 3E | 29 |
| Octal | 252 | 227 | 50 | 0 | 13 | 114 | 41 | 63 | 76 | 51 |
| Binary | 10101010 | 10010111 | 101000 | 0 | 1011 | 1001100 | 100001 | 110011 | 111110 | 101001 |
Color Harmonies of #AA9728
Complementary color
Monochromatic Colors of #AA9728
Black with #AA9728
Text Example
Text Example
White with #AA9728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9728; }
p { color: rgb(170,151,40); }
H1.HeaderClassName
{
color: #AA9728;
}
.AnyTagClassName
{
color: #AA9728;
}
</style>
background-color css
<style>
a { background-color: #AA9728; }
a { background-color: rgb(170,151,40); }
div.DivClassName
{
background-color: #AA9728;
}
.BgClassName
{
background-color: #AA9728;
}
</style>
border-color css
<style>
span { border-color: #AA9728; }
span { border-color: rgb(170,151,40); }
td.TdClassName
{
border-color: #AA9728;
}
.TagClassName
{
border-color: #AA9728;
}
</style>