Shades of Lucky #A99A27
Tints of Lucky #A99A27
RGB
CMYK
RGB Variations
Color information
#A99A27 (or 0xA99A27) is known color: Lucky. HEX triplet: A9, 9A and 27. RGB value is (169,154,39). Sum of RGB (Red+Green+Blue) = 169+154+39=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A27 is #5665D8. Grayscale: #919191. Windows color (decimal): -5662169 or 2595497. OLE color: 2595497.
HSL color Cylindrical-coordinate representation of color #A99A27: hue angle of 53.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A99A27 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 39 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.34 |
| HSL | 53.08º | 0.63% | 0.41% | - |
| HSV(B) | 53.08º | 0.77% | 0.66% | - |
| XYZ | 28.28 | 31.69 | 6.55 | - |
| YUV | 145.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 39 | 0 | 0.09 | 0.77 | 0.34 | 53.08 | 0.63 | 0.41 |
| Hex | A9 | 9A | 27 | 0 | 9 | 4D | 22 | 35 | 3E | 29 |
| Octal | 251 | 232 | 47 | 0 | 11 | 115 | 42 | 65 | 76 | 51 |
| Binary | 10101001 | 10011010 | 100111 | 0 | 1001 | 1001101 | 100010 | 110101 | 111110 | 101001 |
Color Harmonies of #A99A27
Complementary color
Monochromatic Colors of #A99A27
Black with #A99A27
Text Example
Text Example
White with #A99A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A27; }
p { color: rgb(169,154,39); }
H1.HeaderClassName
{
color: #A99A27;
}
.AnyTagClassName
{
color: #A99A27;
}
</style>
background-color css
<style>
a { background-color: #A99A27; }
a { background-color: rgb(169,154,39); }
div.DivClassName
{
background-color: #A99A27;
}
.BgClassName
{
background-color: #A99A27;
}
</style>
border-color css
<style>
span { border-color: #A99A27; }
span { border-color: rgb(169,154,39); }
td.TdClassName
{
border-color: #A99A27;
}
.TagClassName
{
border-color: #A99A27;
}
</style>