Shades of Lucky #A99C01
Tints of Lucky #A99C01
RGB
CMYK
RGB Variations
Color information
#A99C01 (or 0xA99C01) is known color: Lucky. HEX triplet: A9, 9C and 01. RGB value is (169,156,1). Sum of RGB (Red+Green+Blue) = 169+156+1=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99C01 is #5663FE. Grayscale: #8E8E8E. Windows color (decimal): -5661695 or 105641. OLE color: 105641.
HSL color Cylindrical-coordinate representation of color #A99C01: hue angle of 55.36º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A99C01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.34 |
| HSL | 55.36º | 0.99% | 0.33% | - |
| HSV(B) | 55.36º | 0.99% | 0.66% | - |
| XYZ | 28.26 | 32.21 | 4.76 | - |
| YUV | 142.22 | 48.31 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 1 | 0 | 0.08 | 0.99 | 0.34 | 55.36 | 0.99 | 0.33 |
| Hex | A9 | 9C | 1 | 0 | 8 | 63 | 22 | 37 | 63 | 21 |
| Octal | 251 | 234 | 1 | 0 | 10 | 143 | 42 | 67 | 143 | 41 |
| Binary | 10101001 | 10011100 | 1 | 0 | 1000 | 1100011 | 100010 | 110111 | 1100011 | 100001 |
Color Harmonies of #A99C01
Complementary color
Monochromatic Colors of #A99C01
Black with #A99C01
Text Example
Text Example
White with #A99C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C01; }
p { color: rgb(169,156,1); }
H1.HeaderClassName
{
color: #A99C01;
}
.AnyTagClassName
{
color: #A99C01;
}
</style>
background-color css
<style>
a { background-color: #A99C01; }
a { background-color: rgb(169,156,1); }
div.DivClassName
{
background-color: #A99C01;
}
.BgClassName
{
background-color: #A99C01;
}
</style>
border-color css
<style>
span { border-color: #A99C01; }
span { border-color: rgb(169,156,1); }
td.TdClassName
{
border-color: #A99C01;
}
.TagClassName
{
border-color: #A99C01;
}
</style>