Shades of Lucky #AE9B0C
Tints of Lucky #AE9B0C
RGB
CMYK
RGB Variations
Color information
#AE9B0C (or 0xAE9B0C) is known color: Lucky. HEX triplet: AE, 9B and 0C. RGB value is (174,155,12). Sum of RGB (Red+Green+Blue) = 174+155+12=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9B0C is #5164F3. Grayscale: #909090. Windows color (decimal): -5334260 or 826286. OLE color: 826286.
HSL color Cylindrical-coordinate representation of color #AE9B0C: hue angle of 52.96º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE9B0C is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 155 | 12 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.32 |
| HSL | 52.96º | 0.87% | 0.36% | - |
| HSV(B) | 52.96º | 0.93% | 0.68% | - |
| XYZ | 29.24 | 32.47 | 5.07 | - |
| YUV | 144.38 | 53.29 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 12 | 0 | 0.11 | 0.93 | 0.32 | 52.96 | 0.87 | 0.36 |
| Hex | AE | 9B | C | 0 | B | 5D | 20 | 35 | 57 | 24 |
| Octal | 256 | 233 | 14 | 0 | 13 | 135 | 40 | 65 | 127 | 44 |
| Binary | 10101110 | 10011011 | 1100 | 0 | 1011 | 1011101 | 100000 | 110101 | 1010111 | 100100 |
Color Harmonies of #AE9B0C
Complementary color
Monochromatic Colors of #AE9B0C
Black with #AE9B0C
Text Example
Text Example
White with #AE9B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9B0C; }
p { color: rgb(174,155,12); }
H1.HeaderClassName
{
color: #AE9B0C;
}
.AnyTagClassName
{
color: #AE9B0C;
}
</style>
background-color css
<style>
a { background-color: #AE9B0C; }
a { background-color: rgb(174,155,12); }
div.DivClassName
{
background-color: #AE9B0C;
}
.BgClassName
{
background-color: #AE9B0C;
}
</style>
border-color css
<style>
span { border-color: #AE9B0C; }
span { border-color: rgb(174,155,12); }
td.TdClassName
{
border-color: #AE9B0C;
}
.TagClassName
{
border-color: #AE9B0C;
}
</style>