Shades of Lucky #AA9C0F
Tints of Lucky #AA9C0F
RGB
CMYK
RGB Variations
Color information
#AA9C0F (or 0xAA9C0F) is known color: Lucky. HEX triplet: AA, 9C and 0F. RGB value is (170,156,15). Sum of RGB (Red+Green+Blue) = 170+156+15=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C0F is #5563F0. Grayscale: #909090. Windows color (decimal): -5596145 or 1023146. OLE color: 1023146.
HSL color Cylindrical-coordinate representation of color #AA9C0F: hue angle of 54.58º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA9C0F is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 15 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.33 |
| HSL | 54.58º | 0.84% | 0.36% | - |
| HSV(B) | 54.58º | 0.91% | 0.67% | - |
| XYZ | 28.55 | 32.36 | 5.19 | - |
| YUV | 144.11 | 55.14 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 15 | 0 | 0.08 | 0.91 | 0.33 | 54.58 | 0.84 | 0.36 |
| Hex | AA | 9C | F | 0 | 8 | 5B | 21 | 37 | 54 | 24 |
| Octal | 252 | 234 | 17 | 0 | 10 | 133 | 41 | 67 | 124 | 44 |
| Binary | 10101010 | 10011100 | 1111 | 0 | 1000 | 1011011 | 100001 | 110111 | 1010100 | 100100 |
Color Harmonies of #AA9C0F
Complementary color
Monochromatic Colors of #AA9C0F
Black with #AA9C0F
Text Example
Text Example
White with #AA9C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C0F; }
p { color: rgb(170,156,15); }
H1.HeaderClassName
{
color: #AA9C0F;
}
.AnyTagClassName
{
color: #AA9C0F;
}
</style>
background-color css
<style>
a { background-color: #AA9C0F; }
a { background-color: rgb(170,156,15); }
div.DivClassName
{
background-color: #AA9C0F;
}
.BgClassName
{
background-color: #AA9C0F;
}
</style>
border-color css
<style>
span { border-color: #AA9C0F; }
span { border-color: rgb(170,156,15); }
td.TdClassName
{
border-color: #AA9C0F;
}
.TagClassName
{
border-color: #AA9C0F;
}
</style>