Shades of Lucky #AEA207
Tints of Lucky #AEA207
RGB
CMYK
RGB Variations
Color information
#AEA207 (or 0xAEA207) is known color: Lucky. HEX triplet: AE, A2 and 07. RGB value is (174,162,7). Sum of RGB (Red+Green+Blue) = 174+162+7=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA207 is #515DF8. Grayscale: #949494. Windows color (decimal): -5332473 or 500398. OLE color: 500398.
HSL color Cylindrical-coordinate representation of color #AEA207: hue angle of 55.69º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEA207 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 7 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.32 |
| HSL | 55.69º | 0.92% | 0.35% | - |
| HSV(B) | 55.69º | 0.96% | 0.68% | - |
| XYZ | 30.41 | 34.85 | 5.33 | - |
| YUV | 147.92 | 48.48 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 7 | 0 | 0.07 | 0.96 | 0.32 | 55.69 | 0.92 | 0.35 |
| Hex | AE | A2 | 7 | 0 | 7 | 60 | 20 | 38 | 5C | 23 |
| Octal | 256 | 242 | 7 | 0 | 7 | 140 | 40 | 70 | 134 | 43 |
| Binary | 10101110 | 10100010 | 111 | 0 | 111 | 1100000 | 100000 | 111000 | 1011100 | 100011 |
Color Harmonies of #AEA207
Complementary color
Monochromatic Colors of #AEA207
Black with #AEA207
Text Example
Text Example
White with #AEA207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA207; }
p { color: rgb(174,162,7); }
H1.HeaderClassName
{
color: #AEA207;
}
.AnyTagClassName
{
color: #AEA207;
}
</style>
background-color css
<style>
a { background-color: #AEA207; }
a { background-color: rgb(174,162,7); }
div.DivClassName
{
background-color: #AEA207;
}
.BgClassName
{
background-color: #AEA207;
}
</style>
border-color css
<style>
span { border-color: #AEA207; }
span { border-color: rgb(174,162,7); }
td.TdClassName
{
border-color: #AEA207;
}
.TagClassName
{
border-color: #AEA207;
}
</style>