Shades of Lucky #AA8F0D
Tints of Lucky #AA8F0D
RGB
CMYK
RGB Variations
Color information
#AA8F0D (or 0xAA8F0D) is known color: Lucky. HEX triplet: AA, 8F and 0D. RGB value is (170,143,13). Sum of RGB (Red+Green+Blue) = 170+143+13=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8F0D is #5570F2. Grayscale: #888888. Windows color (decimal): -5599475 or 888746. OLE color: 888746.
HSL color Cylindrical-coordinate representation of color #AA8F0D: hue angle of 49.68º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA8F0D is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 13 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.33 |
| HSL | 49.68º | 0.86% | 0.36% | - |
| HSV(B) | 49.68º | 0.92% | 0.67% | - |
| XYZ | 26.47 | 28.22 | 4.43 | - |
| YUV | 136.25 | 58.45 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 13 | 0 | 0.16 | 0.92 | 0.33 | 49.68 | 0.86 | 0.36 |
| Hex | AA | 8F | D | 0 | 10 | 5C | 21 | 32 | 56 | 24 |
| Octal | 252 | 217 | 15 | 0 | 20 | 134 | 41 | 62 | 126 | 44 |
| Binary | 10101010 | 10001111 | 1101 | 0 | 10000 | 1011100 | 100001 | 110010 | 1010110 | 100100 |
Color Harmonies of #AA8F0D
Complementary color
Monochromatic Colors of #AA8F0D
Black with #AA8F0D
Text Example
Text Example
White with #AA8F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F0D; }
p { color: rgb(170,143,13); }
H1.HeaderClassName
{
color: #AA8F0D;
}
.AnyTagClassName
{
color: #AA8F0D;
}
</style>
background-color css
<style>
a { background-color: #AA8F0D; }
a { background-color: rgb(170,143,13); }
div.DivClassName
{
background-color: #AA8F0D;
}
.BgClassName
{
background-color: #AA8F0D;
}
</style>
border-color css
<style>
span { border-color: #AA8F0D; }
span { border-color: rgb(170,143,13); }
td.TdClassName
{
border-color: #AA8F0D;
}
.TagClassName
{
border-color: #AA8F0D;
}
</style>