Shades of Lucky #AE9813
Tints of Lucky #AE9813
RGB
CMYK
RGB Variations
Color information
#AE9813 (or 0xAE9813) is known color: Lucky. HEX triplet: AE, 98 and 13. RGB value is (174,152,19). Sum of RGB (Red+Green+Blue) = 174+152+19=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9813 is #5167EC. Grayscale: #8F8F8F. Windows color (decimal): -5335021 or 1284270. OLE color: 1284270.
HSL color Cylindrical-coordinate representation of color #AE9813: hue angle of 51.48º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE9813 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 152 | 19 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.32 |
| HSL | 51.48º | 0.8% | 0.38% | - |
| HSV(B) | 51.48º | 0.89% | 0.68% | - |
| XYZ | 28.8 | 31.5 | 5.18 | - |
| YUV | 143.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 152 | 19 | 0 | 0.13 | 0.89 | 0.32 | 51.48 | 0.8 | 0.38 |
| Hex | AE | 98 | 13 | 0 | D | 59 | 20 | 33 | 50 | 26 |
| Octal | 256 | 230 | 23 | 0 | 15 | 131 | 40 | 63 | 120 | 46 |
| Binary | 10101110 | 10011000 | 10011 | 0 | 1101 | 1011001 | 100000 | 110011 | 1010000 | 100110 |
Color Harmonies of #AE9813
Complementary color
Monochromatic Colors of #AE9813
Black with #AE9813
Text Example
Text Example
White with #AE9813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9813; }
p { color: rgb(174,152,19); }
H1.HeaderClassName
{
color: #AE9813;
}
.AnyTagClassName
{
color: #AE9813;
}
</style>
background-color css
<style>
a { background-color: #AE9813; }
a { background-color: rgb(174,152,19); }
div.DivClassName
{
background-color: #AE9813;
}
.BgClassName
{
background-color: #AE9813;
}
</style>
border-color css
<style>
span { border-color: #AE9813; }
span { border-color: rgb(174,152,19); }
td.TdClassName
{
border-color: #AE9813;
}
.TagClassName
{
border-color: #AE9813;
}
</style>