Shades of Lucky #AE9C10
Tints of Lucky #AE9C10
RGB
CMYK
RGB Variations
Color information
#AE9C10 (or 0xAE9C10) is known color: Lucky. HEX triplet: AE, 9C and 10. RGB value is (174,156,16). Sum of RGB (Red+Green+Blue) = 174+156+16=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9C10 is #5163EF. Grayscale: #919191. Windows color (decimal): -5334000 or 1088686. OLE color: 1088686.
HSL color Cylindrical-coordinate representation of color #AE9C10: hue angle of 53.16º 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 #AE9C10 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 156 | 16 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.32 |
| HSL | 53.16º | 0.83% | 0.37% | - |
| HSV(B) | 53.16º | 0.91% | 0.68% | - |
| XYZ | 29.44 | 32.81 | 5.27 | - |
| YUV | 145.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 156 | 16 | 0 | 0.10 | 0.91 | 0.32 | 53.16 | 0.83 | 0.37 |
| Hex | AE | 9C | 10 | 0 | A | 5B | 20 | 35 | 53 | 25 |
| Octal | 256 | 234 | 20 | 0 | 12 | 133 | 40 | 65 | 123 | 45 |
| Binary | 10101110 | 10011100 | 10000 | 0 | 1010 | 1011011 | 100000 | 110101 | 1010011 | 100101 |
Color Harmonies of #AE9C10
Complementary color
Monochromatic Colors of #AE9C10
Black with #AE9C10
Text Example
Text Example
White with #AE9C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9C10; }
p { color: rgb(174,156,16); }
H1.HeaderClassName
{
color: #AE9C10;
}
.AnyTagClassName
{
color: #AE9C10;
}
</style>
background-color css
<style>
a { background-color: #AE9C10; }
a { background-color: rgb(174,156,16); }
div.DivClassName
{
background-color: #AE9C10;
}
.BgClassName
{
background-color: #AE9C10;
}
</style>
border-color css
<style>
span { border-color: #AE9C10; }
span { border-color: rgb(174,156,16); }
td.TdClassName
{
border-color: #AE9C10;
}
.TagClassName
{
border-color: #AE9C10;
}
</style>