Shades of Lucky #AE9610
Tints of Lucky #AE9610
RGB
CMYK
RGB Variations
Color information
#AE9610 (or 0xAE9610) is known color: Lucky. HEX triplet: AE, 96 and 10. RGB value is (174,150,16). Sum of RGB (Red+Green+Blue) = 174+150+16=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9610 is #5169EF. Grayscale: #8E8E8E. Windows color (decimal): -5335536 or 1087150. OLE color: 1087150.
HSL color Cylindrical-coordinate representation of color #AE9610: hue angle of 50.89º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE9610 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 150 | 16 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.32 |
| HSL | 50.89º | 0.83% | 0.37% | - |
| HSV(B) | 50.89º | 0.91% | 0.68% | - |
| XYZ | 28.46 | 30.85 | 4.94 | - |
| YUV | 141.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 150 | 16 | 0 | 0.14 | 0.91 | 0.32 | 50.89 | 0.83 | 0.37 |
| Hex | AE | 96 | 10 | 0 | E | 5B | 20 | 33 | 53 | 25 |
| Octal | 256 | 226 | 20 | 0 | 16 | 133 | 40 | 63 | 123 | 45 |
| Binary | 10101110 | 10010110 | 10000 | 0 | 1110 | 1011011 | 100000 | 110011 | 1010011 | 100101 |
Color Harmonies of #AE9610
Complementary color
Monochromatic Colors of #AE9610
Black with #AE9610
Text Example
Text Example
White with #AE9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9610; }
p { color: rgb(174,150,16); }
H1.HeaderClassName
{
color: #AE9610;
}
.AnyTagClassName
{
color: #AE9610;
}
</style>
background-color css
<style>
a { background-color: #AE9610; }
a { background-color: rgb(174,150,16); }
div.DivClassName
{
background-color: #AE9610;
}
.BgClassName
{
background-color: #AE9610;
}
</style>
border-color css
<style>
span { border-color: #AE9610; }
span { border-color: rgb(174,150,16); }
td.TdClassName
{
border-color: #AE9610;
}
.TagClassName
{
border-color: #AE9610;
}
</style>