Shades of Lucky #AE971A
Tints of Lucky #AE971A
RGB
CMYK
RGB Variations
Color information
#AE971A (or 0xAE971A) is known color: Lucky. HEX triplet: AE, 97 and 1A. RGB value is (174,151,26). Sum of RGB (Red+Green+Blue) = 174+151+26=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE971A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE971A is #5168E5. Grayscale: #909090. Windows color (decimal): -5335270 or 1742766. OLE color: 1742766.
HSL color Cylindrical-coordinate representation of color #AE971A: hue angle of 50.68º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE971A is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 151 | 26 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.32 |
| HSL | 50.68º | 0.74% | 0.39% | - |
| HSV(B) | 50.68º | 0.85% | 0.68% | - |
| XYZ | 28.71 | 31.21 | 5.49 | - |
| YUV | 143.63 | 61.62 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 151 | 26 | 0 | 0.13 | 0.85 | 0.32 | 50.68 | 0.74 | 0.39 |
| Hex | AE | 97 | 1A | 0 | D | 55 | 20 | 33 | 4A | 27 |
| Octal | 256 | 227 | 32 | 0 | 15 | 125 | 40 | 63 | 112 | 47 |
| Binary | 10101110 | 10010111 | 11010 | 0 | 1101 | 1010101 | 100000 | 110011 | 1001010 | 100111 |
Color Harmonies of #AE971A
Complementary color
Monochromatic Colors of #AE971A
Black with #AE971A
Text Example
Text Example
White with #AE971A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE971A; }
p { color: rgb(174,151,26); }
H1.HeaderClassName
{
color: #AE971A;
}
.AnyTagClassName
{
color: #AE971A;
}
</style>
background-color css
<style>
a { background-color: #AE971A; }
a { background-color: rgb(174,151,26); }
div.DivClassName
{
background-color: #AE971A;
}
.BgClassName
{
background-color: #AE971A;
}
</style>
border-color css
<style>
span { border-color: #AE971A; }
span { border-color: rgb(174,151,26); }
td.TdClassName
{
border-color: #AE971A;
}
.TagClassName
{
border-color: #AE971A;
}
</style>