Shades of Lucky #AE961E
Tints of Lucky #AE961E
RGB
CMYK
RGB Variations
Color information
#AE961E (or 0xAE961E) is known color: Lucky. HEX triplet: AE, 96 and 1E. RGB value is (174,150,30). Sum of RGB (Red+Green+Blue) = 174+150+30=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE961E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE961E is #5169E1. Grayscale: #909090. Windows color (decimal): -5335522 or 2004654. OLE color: 2004654.
HSL color Cylindrical-coordinate representation of color #AE961E: hue angle of 50º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE961E is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 150 | 30 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.32 |
| HSL | 50º | 0.71% | 0.4% | - |
| HSV(B) | 50º | 0.83% | 0.68% | - |
| XYZ | 28.6 | 30.91 | 5.69 | - |
| YUV | 143.5 | 63.95 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 150 | 30 | 0 | 0.14 | 0.83 | 0.32 | 50 | 0.71 | 0.4 |
| Hex | AE | 96 | 1E | 0 | E | 53 | 20 | 32 | 47 | 28 |
| Octal | 256 | 226 | 36 | 0 | 16 | 123 | 40 | 62 | 107 | 50 |
| Binary | 10101110 | 10010110 | 11110 | 0 | 1110 | 1010011 | 100000 | 110010 | 1000111 | 101000 |
Color Harmonies of #AE961E
Complementary color
Monochromatic Colors of #AE961E
Black with #AE961E
Text Example
Text Example
White with #AE961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE961E; }
p { color: rgb(174,150,30); }
H1.HeaderClassName
{
color: #AE961E;
}
.AnyTagClassName
{
color: #AE961E;
}
</style>
background-color css
<style>
a { background-color: #AE961E; }
a { background-color: rgb(174,150,30); }
div.DivClassName
{
background-color: #AE961E;
}
.BgClassName
{
background-color: #AE961E;
}
</style>
border-color css
<style>
span { border-color: #AE961E; }
span { border-color: rgb(174,150,30); }
td.TdClassName
{
border-color: #AE961E;
}
.TagClassName
{
border-color: #AE961E;
}
</style>