Shades of Lucky #AE9A0D
Tints of Lucky #AE9A0D
RGB
CMYK
RGB Variations
Color information
#AE9A0D (or 0xAE9A0D) is known color: Lucky. HEX triplet: AE, 9A and 0D. RGB value is (174,154,13). Sum of RGB (Red+Green+Blue) = 174+154+13=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9A0D is #5165F2. Grayscale: #909090. Windows color (decimal): -5334515 or 891566. OLE color: 891566.
HSL color Cylindrical-coordinate representation of color #AE9A0D: hue angle of 52.55º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE9A0D is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 13 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.32 |
| HSL | 52.55º | 0.86% | 0.37% | - |
| HSV(B) | 52.55º | 0.93% | 0.68% | - |
| XYZ | 29.08 | 32.14 | 5.05 | - |
| YUV | 143.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 13 | 0 | 0.11 | 0.93 | 0.32 | 52.55 | 0.86 | 0.37 |
| Hex | AE | 9A | D | 0 | B | 5D | 20 | 35 | 56 | 25 |
| Octal | 256 | 232 | 15 | 0 | 13 | 135 | 40 | 65 | 126 | 45 |
| Binary | 10101110 | 10011010 | 1101 | 0 | 1011 | 1011101 | 100000 | 110101 | 1010110 | 100101 |
Color Harmonies of #AE9A0D
Complementary color
Monochromatic Colors of #AE9A0D
Black with #AE9A0D
Text Example
Text Example
White with #AE9A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A0D; }
p { color: rgb(174,154,13); }
H1.HeaderClassName
{
color: #AE9A0D;
}
.AnyTagClassName
{
color: #AE9A0D;
}
</style>
background-color css
<style>
a { background-color: #AE9A0D; }
a { background-color: rgb(174,154,13); }
div.DivClassName
{
background-color: #AE9A0D;
}
.BgClassName
{
background-color: #AE9A0D;
}
</style>
border-color css
<style>
span { border-color: #AE9A0D; }
span { border-color: rgb(174,154,13); }
td.TdClassName
{
border-color: #AE9A0D;
}
.TagClassName
{
border-color: #AE9A0D;
}
</style>