Shades of Lucky #AA8D1F
Tints of Lucky #AA8D1F
RGB
CMYK
RGB Variations
Color information
#AA8D1F (or 0xAA8D1F) is known color: Lucky. HEX triplet: AA, 8D and 1F. RGB value is (170,141,31). Sum of RGB (Red+Green+Blue) = 170+141+31=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D1F is #5572E0. Grayscale: #898989. Windows color (decimal): -5599969 or 2067882. OLE color: 2067882.
HSL color Cylindrical-coordinate representation of color #AA8D1F: hue angle of 47.48º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA8D1F is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 31 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.33 |
| HSL | 47.48º | 0.69% | 0.39% | - |
| HSV(B) | 47.48º | 0.82% | 0.67% | - |
| XYZ | 26.35 | 27.69 | 5.25 | - |
| YUV | 137.13 | 68.11 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 31 | 0 | 0.17 | 0.82 | 0.33 | 47.48 | 0.69 | 0.39 |
| Hex | AA | 8D | 1F | 0 | 11 | 52 | 21 | 2F | 45 | 27 |
| Octal | 252 | 215 | 37 | 0 | 21 | 122 | 41 | 57 | 105 | 47 |
| Binary | 10101010 | 10001101 | 11111 | 0 | 10001 | 1010010 | 100001 | 101111 | 1000101 | 100111 |
Color Harmonies of #AA8D1F
Complementary color
Monochromatic Colors of #AA8D1F
Black with #AA8D1F
Text Example
Text Example
White with #AA8D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D1F; }
p { color: rgb(170,141,31); }
H1.HeaderClassName
{
color: #AA8D1F;
}
.AnyTagClassName
{
color: #AA8D1F;
}
</style>
background-color css
<style>
a { background-color: #AA8D1F; }
a { background-color: rgb(170,141,31); }
div.DivClassName
{
background-color: #AA8D1F;
}
.BgClassName
{
background-color: #AA8D1F;
}
</style>
border-color css
<style>
span { border-color: #AA8D1F; }
span { border-color: rgb(170,141,31); }
td.TdClassName
{
border-color: #AA8D1F;
}
.TagClassName
{
border-color: #AA8D1F;
}
</style>