Shades of Lucky #A99E2F
Tints of Lucky #A99E2F
RGB
CMYK
RGB Variations
Color information
#A99E2F (or 0xA99E2F) is known color: Lucky. HEX triplet: A9, 9E and 2F. RGB value is (169,158,47). Sum of RGB (Red+Green+Blue) = 169+158+47=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99E2F is #5661D0. Grayscale: #959595. Windows color (decimal): -5661137 or 3120809. OLE color: 3120809.
HSL color Cylindrical-coordinate representation of color #A99E2F: hue angle of 54.59º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A99E2F is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 47 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.34 |
| HSL | 54.59º | 0.56% | 0.42% | - |
| HSV(B) | 54.59º | 0.72% | 0.66% | - |
| XYZ | 29.1 | 33.09 | 7.54 | - |
| YUV | 148.64 | 70.64 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 47 | 0 | 0.07 | 0.72 | 0.34 | 54.59 | 0.56 | 0.42 |
| Hex | A9 | 9E | 2F | 0 | 7 | 48 | 22 | 37 | 38 | 2A |
| Octal | 251 | 236 | 57 | 0 | 7 | 110 | 42 | 67 | 70 | 52 |
| Binary | 10101001 | 10011110 | 101111 | 0 | 111 | 1001000 | 100010 | 110111 | 111000 | 101010 |
Color Harmonies of #A99E2F
Complementary color
Monochromatic Colors of #A99E2F
Black with #A99E2F
Text Example
Text Example
White with #A99E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E2F; }
p { color: rgb(169,158,47); }
H1.HeaderClassName
{
color: #A99E2F;
}
.AnyTagClassName
{
color: #A99E2F;
}
</style>
background-color css
<style>
a { background-color: #A99E2F; }
a { background-color: rgb(169,158,47); }
div.DivClassName
{
background-color: #A99E2F;
}
.BgClassName
{
background-color: #A99E2F;
}
</style>
border-color css
<style>
span { border-color: #A99E2F; }
span { border-color: rgb(169,158,47); }
td.TdClassName
{
border-color: #A99E2F;
}
.TagClassName
{
border-color: #A99E2F;
}
</style>