Shades of Lucky #AE9D0D
Tints of Lucky #AE9D0D
RGB
CMYK
RGB Variations
Color information
#AE9D0D (or 0xAE9D0D) is known color: Lucky. HEX triplet: AE, 9D and 0D. RGB value is (174,157,13). Sum of RGB (Red+Green+Blue) = 174+157+13=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9D0D is #5162F2. Grayscale: #929292. Windows color (decimal): -5333747 or 892334. OLE color: 892334.
HSL color Cylindrical-coordinate representation of color #AE9D0D: hue angle of 53.66º 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 #AE9D0D is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 157 | 13 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.32 |
| HSL | 53.66º | 0.86% | 0.37% | - |
| HSV(B) | 53.66º | 0.93% | 0.68% | - |
| XYZ | 29.59 | 33.14 | 5.22 | - |
| YUV | 145.67 | 53.13 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 157 | 13 | 0 | 0.10 | 0.93 | 0.32 | 53.66 | 0.86 | 0.37 |
| Hex | AE | 9D | D | 0 | A | 5D | 20 | 36 | 56 | 25 |
| Octal | 256 | 235 | 15 | 0 | 12 | 135 | 40 | 66 | 126 | 45 |
| Binary | 10101110 | 10011101 | 1101 | 0 | 1010 | 1011101 | 100000 | 110110 | 1010110 | 100101 |
Color Harmonies of #AE9D0D
Complementary color
Monochromatic Colors of #AE9D0D
Black with #AE9D0D
Text Example
Text Example
White with #AE9D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9D0D; }
p { color: rgb(174,157,13); }
H1.HeaderClassName
{
color: #AE9D0D;
}
.AnyTagClassName
{
color: #AE9D0D;
}
</style>
background-color css
<style>
a { background-color: #AE9D0D; }
a { background-color: rgb(174,157,13); }
div.DivClassName
{
background-color: #AE9D0D;
}
.BgClassName
{
background-color: #AE9D0D;
}
</style>
border-color css
<style>
span { border-color: #AE9D0D; }
span { border-color: rgb(174,157,13); }
td.TdClassName
{
border-color: #AE9D0D;
}
.TagClassName
{
border-color: #AE9D0D;
}
</style>