Shades of Lucky #AE9B0D
Tints of Lucky #AE9B0D
RGB
CMYK
RGB Variations
Color information
#AE9B0D (or 0xAE9B0D) is known color: Lucky. HEX triplet: AE, 9B and 0D. RGB value is (174,155,13). Sum of RGB (Red+Green+Blue) = 174+155+13=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9B0D is #5164F2. Grayscale: #919191. Windows color (decimal): -5334259 or 891822. OLE color: 891822.
HSL color Cylindrical-coordinate representation of color #AE9B0D: hue angle of 52.92º 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 #AE9B0D is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 155 | 13 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.32 |
| HSL | 52.92º | 0.86% | 0.37% | - |
| HSV(B) | 52.92º | 0.93% | 0.68% | - |
| XYZ | 29.25 | 32.47 | 5.11 | - |
| YUV | 144.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 13 | 0 | 0.11 | 0.93 | 0.32 | 52.92 | 0.86 | 0.37 |
| Hex | AE | 9B | D | 0 | B | 5D | 20 | 35 | 56 | 25 |
| Octal | 256 | 233 | 15 | 0 | 13 | 135 | 40 | 65 | 126 | 45 |
| Binary | 10101110 | 10011011 | 1101 | 0 | 1011 | 1011101 | 100000 | 110101 | 1010110 | 100101 |
Color Harmonies of #AE9B0D
Complementary color
Monochromatic Colors of #AE9B0D
Black with #AE9B0D
Text Example
Text Example
White with #AE9B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9B0D; }
p { color: rgb(174,155,13); }
H1.HeaderClassName
{
color: #AE9B0D;
}
.AnyTagClassName
{
color: #AE9B0D;
}
</style>
background-color css
<style>
a { background-color: #AE9B0D; }
a { background-color: rgb(174,155,13); }
div.DivClassName
{
background-color: #AE9B0D;
}
.BgClassName
{
background-color: #AE9B0D;
}
</style>
border-color css
<style>
span { border-color: #AE9B0D; }
span { border-color: rgb(174,155,13); }
td.TdClassName
{
border-color: #AE9B0D;
}
.TagClassName
{
border-color: #AE9B0D;
}
</style>