Shades of Lucky #AA8C1B
Tints of Lucky #AA8C1B
RGB
CMYK
RGB Variations
Color information
#AA8C1B (or 0xAA8C1B) is known color: Lucky. HEX triplet: AA, 8C and 1B. RGB value is (170,140,27). Sum of RGB (Red+Green+Blue) = 170+140+27=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C1B is #5573E4. Grayscale: #888888. Windows color (decimal): -5600229 or 1805482. OLE color: 1805482.
HSL color Cylindrical-coordinate representation of color #AA8C1B: hue angle of 47.41º 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 #AA8C1B is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 27 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.33 |
| HSL | 47.41º | 0.73% | 0.39% | - |
| HSV(B) | 47.41º | 0.84% | 0.67% | - |
| XYZ | 26.15 | 27.38 | 4.94 | - |
| YUV | 136.09 | 66.44 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 27 | 0 | 0.18 | 0.84 | 0.33 | 47.41 | 0.73 | 0.39 |
| Hex | AA | 8C | 1B | 0 | 12 | 54 | 21 | 2F | 49 | 27 |
| Octal | 252 | 214 | 33 | 0 | 22 | 124 | 41 | 57 | 111 | 47 |
| Binary | 10101010 | 10001100 | 11011 | 0 | 10010 | 1010100 | 100001 | 101111 | 1001001 | 100111 |
Color Harmonies of #AA8C1B
Complementary color
Monochromatic Colors of #AA8C1B
Black with #AA8C1B
Text Example
Text Example
White with #AA8C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C1B; }
p { color: rgb(170,140,27); }
H1.HeaderClassName
{
color: #AA8C1B;
}
.AnyTagClassName
{
color: #AA8C1B;
}
</style>
background-color css
<style>
a { background-color: #AA8C1B; }
a { background-color: rgb(170,140,27); }
div.DivClassName
{
background-color: #AA8C1B;
}
.BgClassName
{
background-color: #AA8C1B;
}
</style>
border-color css
<style>
span { border-color: #AA8C1B; }
span { border-color: rgb(170,140,27); }
td.TdClassName
{
border-color: #AA8C1B;
}
.TagClassName
{
border-color: #AA8C1B;
}
</style>