Shades of Lucky #AE9F28
Tints of Lucky #AE9F28
RGB
CMYK
RGB Variations
Color information
#AE9F28 (or 0xAE9F28) is known color: Lucky. HEX triplet: AE, 9F and 28. RGB value is (174,159,40). Sum of RGB (Red+Green+Blue) = 174+159+40=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9F28 is #5160D7. Grayscale: #969696. Windows color (decimal): -5333208 or 2662318. OLE color: 2662318.
HSL color Cylindrical-coordinate representation of color #AE9F28: hue angle of 53.28º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE9F28 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 159 | 40 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.32 |
| HSL | 53.28º | 0.63% | 0.42% | - |
| HSV(B) | 53.28º | 0.77% | 0.68% | - |
| XYZ | 30.24 | 33.95 | 6.97 | - |
| YUV | 149.92 | 65.97 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 159 | 40 | 0 | 0.09 | 0.77 | 0.32 | 53.28 | 0.63 | 0.42 |
| Hex | AE | 9F | 28 | 0 | 9 | 4D | 20 | 35 | 3F | 2A |
| Octal | 256 | 237 | 50 | 0 | 11 | 115 | 40 | 65 | 77 | 52 |
| Binary | 10101110 | 10011111 | 101000 | 0 | 1001 | 1001101 | 100000 | 110101 | 111111 | 101010 |
Color Harmonies of #AE9F28
Complementary color
Monochromatic Colors of #AE9F28
Black with #AE9F28
Text Example
Text Example
White with #AE9F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9F28; }
p { color: rgb(174,159,40); }
H1.HeaderClassName
{
color: #AE9F28;
}
.AnyTagClassName
{
color: #AE9F28;
}
</style>
background-color css
<style>
a { background-color: #AE9F28; }
a { background-color: rgb(174,159,40); }
div.DivClassName
{
background-color: #AE9F28;
}
.BgClassName
{
background-color: #AE9F28;
}
</style>
border-color css
<style>
span { border-color: #AE9F28; }
span { border-color: rgb(174,159,40); }
td.TdClassName
{
border-color: #AE9F28;
}
.TagClassName
{
border-color: #AE9F28;
}
</style>