Shades of Lucky #A99A1F
Tints of Lucky #A99A1F
RGB
CMYK
RGB Variations
Color information
#A99A1F (or 0xA99A1F) is known color: Lucky. HEX triplet: A9, 9A and 1F. RGB value is (169,154,31). Sum of RGB (Red+Green+Blue) = 169+154+31=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A1F is #5665E0. Grayscale: #909090. Windows color (decimal): -5662177 or 2071209. OLE color: 2071209.
HSL color Cylindrical-coordinate representation of color #A99A1F: hue angle of 53.48º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A99A1F is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 31 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.34 |
| HSL | 53.48º | 0.69% | 0.39% | - |
| HSV(B) | 53.48º | 0.82% | 0.66% | - |
| XYZ | 28.17 | 31.65 | 5.92 | - |
| YUV | 144.46 | 63.97 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 31 | 0 | 0.09 | 0.82 | 0.34 | 53.48 | 0.69 | 0.39 |
| Hex | A9 | 9A | 1F | 0 | 9 | 52 | 22 | 35 | 45 | 27 |
| Octal | 251 | 232 | 37 | 0 | 11 | 122 | 42 | 65 | 105 | 47 |
| Binary | 10101001 | 10011010 | 11111 | 0 | 1001 | 1010010 | 100010 | 110101 | 1000101 | 100111 |
Color Harmonies of #A99A1F
Complementary color
Monochromatic Colors of #A99A1F
Black with #A99A1F
Text Example
Text Example
White with #A99A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A1F; }
p { color: rgb(169,154,31); }
H1.HeaderClassName
{
color: #A99A1F;
}
.AnyTagClassName
{
color: #A99A1F;
}
</style>
background-color css
<style>
a { background-color: #A99A1F; }
a { background-color: rgb(169,154,31); }
div.DivClassName
{
background-color: #A99A1F;
}
.BgClassName
{
background-color: #A99A1F;
}
</style>
border-color css
<style>
span { border-color: #A99A1F; }
span { border-color: rgb(169,154,31); }
td.TdClassName
{
border-color: #A99A1F;
}
.TagClassName
{
border-color: #A99A1F;
}
</style>