Shades of Lucky #A99A23
Tints of Lucky #A99A23
RGB
CMYK
RGB Variations
Color information
#A99A23 (or 0xA99A23) is known color: Lucky. HEX triplet: A9, 9A and 23. RGB value is (169,154,35). Sum of RGB (Red+Green+Blue) = 169+154+35=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A23 is #5665DC. Grayscale: #919191. Windows color (decimal): -5662173 or 2333353. OLE color: 2333353.
HSL color Cylindrical-coordinate representation of color #A99A23: hue angle of 53.28º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A99A23 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 35 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.34 |
| HSL | 53.28º | 0.66% | 0.4% | - |
| HSV(B) | 53.28º | 0.79% | 0.66% | - |
| XYZ | 28.22 | 31.67 | 6.22 | - |
| YUV | 144.92 | 65.97 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 35 | 0 | 0.09 | 0.79 | 0.34 | 53.28 | 0.66 | 0.4 |
| Hex | A9 | 9A | 23 | 0 | 9 | 4F | 22 | 35 | 42 | 28 |
| Octal | 251 | 232 | 43 | 0 | 11 | 117 | 42 | 65 | 102 | 50 |
| Binary | 10101001 | 10011010 | 100011 | 0 | 1001 | 1001111 | 100010 | 110101 | 1000010 | 101000 |
Color Harmonies of #A99A23
Complementary color
Monochromatic Colors of #A99A23
Black with #A99A23
Text Example
Text Example
White with #A99A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A23; }
p { color: rgb(169,154,35); }
H1.HeaderClassName
{
color: #A99A23;
}
.AnyTagClassName
{
color: #A99A23;
}
</style>
background-color css
<style>
a { background-color: #A99A23; }
a { background-color: rgb(169,154,35); }
div.DivClassName
{
background-color: #A99A23;
}
.BgClassName
{
background-color: #A99A23;
}
</style>
border-color css
<style>
span { border-color: #A99A23; }
span { border-color: rgb(169,154,35); }
td.TdClassName
{
border-color: #A99A23;
}
.TagClassName
{
border-color: #A99A23;
}
</style>