Shades of Lucky #AE940B
Tints of Lucky #AE940B
RGB
CMYK
RGB Variations
Color information
#AE940B (or 0xAE940B) is known color: Lucky. HEX triplet: AE, 94 and 0B. RGB value is (174,148,11). Sum of RGB (Red+Green+Blue) = 174+148+11=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE940B is #516BF4. Grayscale: #8C8C8C. Windows color (decimal): -5336053 or 758958. OLE color: 758958.
HSL color Cylindrical-coordinate representation of color #AE940B: hue angle of 50.43º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE940B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 148 | 11 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.32 |
| HSL | 50.43º | 0.88% | 0.36% | - |
| HSV(B) | 50.43º | 0.94% | 0.68% | - |
| XYZ | 28.11 | 30.2 | 4.66 | - |
| YUV | 140.16 | 55.11 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 148 | 11 | 0 | 0.15 | 0.94 | 0.32 | 50.43 | 0.88 | 0.36 |
| Hex | AE | 94 | B | 0 | F | 5E | 20 | 32 | 58 | 24 |
| Octal | 256 | 224 | 13 | 0 | 17 | 136 | 40 | 62 | 130 | 44 |
| Binary | 10101110 | 10010100 | 1011 | 0 | 1111 | 1011110 | 100000 | 110010 | 1011000 | 100100 |
Color Harmonies of #AE940B
Complementary color
Monochromatic Colors of #AE940B
Black with #AE940B
Text Example
Text Example
White with #AE940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE940B; }
p { color: rgb(174,148,11); }
H1.HeaderClassName
{
color: #AE940B;
}
.AnyTagClassName
{
color: #AE940B;
}
</style>
background-color css
<style>
a { background-color: #AE940B; }
a { background-color: rgb(174,148,11); }
div.DivClassName
{
background-color: #AE940B;
}
.BgClassName
{
background-color: #AE940B;
}
</style>
border-color css
<style>
span { border-color: #AE940B; }
span { border-color: rgb(174,148,11); }
td.TdClassName
{
border-color: #AE940B;
}
.TagClassName
{
border-color: #AE940B;
}
</style>