Shades of Lucky #AE971D
Tints of Lucky #AE971D
RGB
CMYK
RGB Variations
Color information
#AE971D (or 0xAE971D) is known color: Lucky. HEX triplet: AE, 97 and 1D. RGB value is (174,151,29). Sum of RGB (Red+Green+Blue) = 174+151+29=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE971D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE971D is #5168E2. Grayscale: #909090. Windows color (decimal): -5335267 or 1939374. OLE color: 1939374.
HSL color Cylindrical-coordinate representation of color #AE971D: hue angle of 50.48º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE971D is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 151 | 29 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.32 |
| HSL | 50.48º | 0.71% | 0.4% | - |
| HSV(B) | 50.48º | 0.83% | 0.68% | - |
| XYZ | 28.74 | 31.22 | 5.67 | - |
| YUV | 143.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 151 | 29 | 0 | 0.13 | 0.83 | 0.32 | 50.48 | 0.71 | 0.4 |
| Hex | AE | 97 | 1D | 0 | D | 53 | 20 | 32 | 47 | 28 |
| Octal | 256 | 227 | 35 | 0 | 15 | 123 | 40 | 62 | 107 | 50 |
| Binary | 10101110 | 10010111 | 11101 | 0 | 1101 | 1010011 | 100000 | 110010 | 1000111 | 101000 |
Color Harmonies of #AE971D
Complementary color
Monochromatic Colors of #AE971D
Black with #AE971D
Text Example
Text Example
White with #AE971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE971D; }
p { color: rgb(174,151,29); }
H1.HeaderClassName
{
color: #AE971D;
}
.AnyTagClassName
{
color: #AE971D;
}
</style>
background-color css
<style>
a { background-color: #AE971D; }
a { background-color: rgb(174,151,29); }
div.DivClassName
{
background-color: #AE971D;
}
.BgClassName
{
background-color: #AE971D;
}
</style>
border-color css
<style>
span { border-color: #AE971D; }
span { border-color: rgb(174,151,29); }
td.TdClassName
{
border-color: #AE971D;
}
.TagClassName
{
border-color: #AE971D;
}
</style>