Shades of Lucky #A99C23
Tints of Lucky #A99C23
RGB
CMYK
RGB Variations
Color information
#A99C23 (or 0xA99C23) is known color: Lucky. HEX triplet: A9, 9C and 23. RGB value is (169,156,35). Sum of RGB (Red+Green+Blue) = 169+156+35=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99C23 is #5663DC. Grayscale: #929292. Windows color (decimal): -5661661 or 2333865. OLE color: 2333865.
HSL color Cylindrical-coordinate representation of color #A99C23: hue angle of 54.18º 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 #A99C23 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 35 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.34 |
| HSL | 54.18º | 0.66% | 0.4% | - |
| HSV(B) | 54.18º | 0.79% | 0.66% | - |
| XYZ | 28.55 | 32.33 | 6.33 | - |
| YUV | 146.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 35 | 0 | 0.08 | 0.79 | 0.34 | 54.18 | 0.66 | 0.4 |
| Hex | A9 | 9C | 23 | 0 | 8 | 4F | 22 | 36 | 42 | 28 |
| Octal | 251 | 234 | 43 | 0 | 10 | 117 | 42 | 66 | 102 | 50 |
| Binary | 10101001 | 10011100 | 100011 | 0 | 1000 | 1001111 | 100010 | 110110 | 1000010 | 101000 |
Color Harmonies of #A99C23
Complementary color
Monochromatic Colors of #A99C23
Black with #A99C23
Text Example
Text Example
White with #A99C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C23; }
p { color: rgb(169,156,35); }
H1.HeaderClassName
{
color: #A99C23;
}
.AnyTagClassName
{
color: #A99C23;
}
</style>
background-color css
<style>
a { background-color: #A99C23; }
a { background-color: rgb(169,156,35); }
div.DivClassName
{
background-color: #A99C23;
}
.BgClassName
{
background-color: #A99C23;
}
</style>
border-color css
<style>
span { border-color: #A99C23; }
span { border-color: rgb(169,156,35); }
td.TdClassName
{
border-color: #A99C23;
}
.TagClassName
{
border-color: #A99C23;
}
</style>