Shades of Lucky #AE961F
Tints of Lucky #AE961F
RGB
CMYK
RGB Variations
Color information
#AE961F (or 0xAE961F) is known color: Lucky. HEX triplet: AE, 96 and 1F. RGB value is (174,150,31). Sum of RGB (Red+Green+Blue) = 174+150+31=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE961F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE961F is #5169E0. Grayscale: #909090. Windows color (decimal): -5335521 or 2070190. OLE color: 2070190.
HSL color Cylindrical-coordinate representation of color #AE961F: hue angle of 49.93º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE961F is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 150 | 31 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.32 |
| HSL | 49.93º | 0.7% | 0.4% | - |
| HSV(B) | 49.93º | 0.82% | 0.68% | - |
| XYZ | 28.61 | 30.91 | 5.75 | - |
| YUV | 143.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 150 | 31 | 0 | 0.14 | 0.82 | 0.32 | 49.93 | 0.7 | 0.4 |
| Hex | AE | 96 | 1F | 0 | E | 52 | 20 | 32 | 46 | 28 |
| Octal | 256 | 226 | 37 | 0 | 16 | 122 | 40 | 62 | 106 | 50 |
| Binary | 10101110 | 10010110 | 11111 | 0 | 1110 | 1010010 | 100000 | 110010 | 1000110 | 101000 |
Color Harmonies of #AE961F
Complementary color
Monochromatic Colors of #AE961F
Black with #AE961F
Text Example
Text Example
White with #AE961F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE961F; }
p { color: rgb(174,150,31); }
H1.HeaderClassName
{
color: #AE961F;
}
.AnyTagClassName
{
color: #AE961F;
}
</style>
background-color css
<style>
a { background-color: #AE961F; }
a { background-color: rgb(174,150,31); }
div.DivClassName
{
background-color: #AE961F;
}
.BgClassName
{
background-color: #AE961F;
}
</style>
border-color css
<style>
span { border-color: #AE961F; }
span { border-color: rgb(174,150,31); }
td.TdClassName
{
border-color: #AE961F;
}
.TagClassName
{
border-color: #AE961F;
}
</style>