Shades of Lucky #AE950C
Tints of Lucky #AE950C
RGB
CMYK
RGB Variations
Color information
#AE950C (or 0xAE950C) is known color: Lucky. HEX triplet: AE, 95 and 0C. RGB value is (174,149,12). Sum of RGB (Red+Green+Blue) = 174+149+12=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE950C is #516AF3. Grayscale: #8D8D8D. Windows color (decimal): -5335796 or 824750. OLE color: 824750.
HSL color Cylindrical-coordinate representation of color #AE950C: hue angle of 50.74º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE950C is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 149 | 12 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.32 |
| HSL | 50.74º | 0.87% | 0.36% | - |
| HSV(B) | 50.74º | 0.93% | 0.68% | - |
| XYZ | 28.27 | 30.52 | 4.75 | - |
| YUV | 140.86 | 55.28 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 149 | 12 | 0 | 0.14 | 0.93 | 0.32 | 50.74 | 0.87 | 0.36 |
| Hex | AE | 95 | C | 0 | E | 5D | 20 | 33 | 57 | 24 |
| Octal | 256 | 225 | 14 | 0 | 16 | 135 | 40 | 63 | 127 | 44 |
| Binary | 10101110 | 10010101 | 1100 | 0 | 1110 | 1011101 | 100000 | 110011 | 1010111 | 100100 |
Color Harmonies of #AE950C
Complementary color
Monochromatic Colors of #AE950C
Black with #AE950C
Text Example
Text Example
White with #AE950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE950C; }
p { color: rgb(174,149,12); }
H1.HeaderClassName
{
color: #AE950C;
}
.AnyTagClassName
{
color: #AE950C;
}
</style>
background-color css
<style>
a { background-color: #AE950C; }
a { background-color: rgb(174,149,12); }
div.DivClassName
{
background-color: #AE950C;
}
.BgClassName
{
background-color: #AE950C;
}
</style>
border-color css
<style>
span { border-color: #AE950C; }
span { border-color: rgb(174,149,12); }
td.TdClassName
{
border-color: #AE950C;
}
.TagClassName
{
border-color: #AE950C;
}
</style>