Shades of Lucky #AA8F1B
Tints of Lucky #AA8F1B
RGB
CMYK
RGB Variations
Color information
#AA8F1B (or 0xAA8F1B) is known color: Lucky. HEX triplet: AA, 8F and 1B. RGB value is (170,143,27). Sum of RGB (Red+Green+Blue) = 170+143+27=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F1B is #5570E4. Grayscale: #8A8A8A. Windows color (decimal): -5599461 or 1806250. OLE color: 1806250.
HSL color Cylindrical-coordinate representation of color #AA8F1B: hue angle of 48.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA8F1B is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 27 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.33 |
| HSL | 48.67º | 0.73% | 0.39% | - |
| HSV(B) | 48.67º | 0.84% | 0.67% | - |
| XYZ | 26.6 | 28.27 | 5.09 | - |
| YUV | 137.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 27 | 0 | 0.16 | 0.84 | 0.33 | 48.67 | 0.73 | 0.39 |
| Hex | AA | 8F | 1B | 0 | 10 | 54 | 21 | 31 | 49 | 27 |
| Octal | 252 | 217 | 33 | 0 | 20 | 124 | 41 | 61 | 111 | 47 |
| Binary | 10101010 | 10001111 | 11011 | 0 | 10000 | 1010100 | 100001 | 110001 | 1001001 | 100111 |
Color Harmonies of #AA8F1B
Complementary color
Monochromatic Colors of #AA8F1B
Black with #AA8F1B
Text Example
Text Example
White with #AA8F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F1B; }
p { color: rgb(170,143,27); }
H1.HeaderClassName
{
color: #AA8F1B;
}
.AnyTagClassName
{
color: #AA8F1B;
}
</style>
background-color css
<style>
a { background-color: #AA8F1B; }
a { background-color: rgb(170,143,27); }
div.DivClassName
{
background-color: #AA8F1B;
}
.BgClassName
{
background-color: #AA8F1B;
}
</style>
border-color css
<style>
span { border-color: #AA8F1B; }
span { border-color: rgb(170,143,27); }
td.TdClassName
{
border-color: #AA8F1B;
}
.TagClassName
{
border-color: #AA8F1B;
}
</style>