Shades of Lucky #AE981C
Tints of Lucky #AE981C
RGB
CMYK
RGB Variations
Color information
#AE981C (or 0xAE981C) is known color: Lucky. HEX triplet: AE, 98 and 1C. RGB value is (174,152,28). Sum of RGB (Red+Green+Blue) = 174+152+28=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE981C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE981C is #5167E3. Grayscale: #909090. Windows color (decimal): -5335012 or 1874094. OLE color: 1874094.
HSL color Cylindrical-coordinate representation of color #AE981C: hue angle of 50.96º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE981C is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 152 | 28 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.32 |
| HSL | 50.96º | 0.72% | 0.4% | - |
| HSV(B) | 50.96º | 0.84% | 0.68% | - |
| XYZ | 28.89 | 31.54 | 5.66 | - |
| YUV | 144.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 152 | 28 | 0 | 0.13 | 0.84 | 0.32 | 50.96 | 0.72 | 0.4 |
| Hex | AE | 98 | 1C | 0 | D | 54 | 20 | 33 | 48 | 28 |
| Octal | 256 | 230 | 34 | 0 | 15 | 124 | 40 | 63 | 110 | 50 |
| Binary | 10101110 | 10011000 | 11100 | 0 | 1101 | 1010100 | 100000 | 110011 | 1001000 | 101000 |
Color Harmonies of #AE981C
Complementary color
Monochromatic Colors of #AE981C
Black with #AE981C
Text Example
Text Example
White with #AE981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE981C; }
p { color: rgb(174,152,28); }
H1.HeaderClassName
{
color: #AE981C;
}
.AnyTagClassName
{
color: #AE981C;
}
</style>
background-color css
<style>
a { background-color: #AE981C; }
a { background-color: rgb(174,152,28); }
div.DivClassName
{
background-color: #AE981C;
}
.BgClassName
{
background-color: #AE981C;
}
</style>
border-color css
<style>
span { border-color: #AE981C; }
span { border-color: rgb(174,152,28); }
td.TdClassName
{
border-color: #AE981C;
}
.TagClassName
{
border-color: #AE981C;
}
</style>