Shades of Lucky #AA8F23
Tints of Lucky #AA8F23
RGB
CMYK
RGB Variations
Color information
#AA8F23 (or 0xAA8F23) is known color: Lucky. HEX triplet: AA, 8F and 23. RGB value is (170,143,35). Sum of RGB (Red+Green+Blue) = 170+143+35=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F23 is #5570DC. Grayscale: #8B8B8B. Windows color (decimal): -5599453 or 2330538. OLE color: 2330538.
HSL color Cylindrical-coordinate representation of color #AA8F23: hue angle of 48º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA8F23 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 35 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.33 |
| HSL | 48º | 0.66% | 0.4% | - |
| HSV(B) | 48º | 0.79% | 0.67% | - |
| XYZ | 26.7 | 28.31 | 5.65 | - |
| YUV | 138.76 | 69.45 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 35 | 0 | 0.16 | 0.79 | 0.33 | 48 | 0.66 | 0.4 |
| Hex | AA | 8F | 23 | 0 | 10 | 4F | 21 | 30 | 42 | 28 |
| Octal | 252 | 217 | 43 | 0 | 20 | 117 | 41 | 60 | 102 | 50 |
| Binary | 10101010 | 10001111 | 100011 | 0 | 10000 | 1001111 | 100001 | 110000 | 1000010 | 101000 |
Color Harmonies of #AA8F23
Complementary color
Monochromatic Colors of #AA8F23
Black with #AA8F23
Text Example
Text Example
White with #AA8F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F23; }
p { color: rgb(170,143,35); }
H1.HeaderClassName
{
color: #AA8F23;
}
.AnyTagClassName
{
color: #AA8F23;
}
</style>
background-color css
<style>
a { background-color: #AA8F23; }
a { background-color: rgb(170,143,35); }
div.DivClassName
{
background-color: #AA8F23;
}
.BgClassName
{
background-color: #AA8F23;
}
</style>
border-color css
<style>
span { border-color: #AA8F23; }
span { border-color: rgb(170,143,35); }
td.TdClassName
{
border-color: #AA8F23;
}
.TagClassName
{
border-color: #AA8F23;
}
</style>