Shades of Lucky #A99F01
Tints of Lucky #A99F01
RGB
CMYK
RGB Variations
Color information
#A99F01 (or 0xA99F01) is known color: Lucky. HEX triplet: A9, 9F and 01. RGB value is (169,159,1). Sum of RGB (Red+Green+Blue) = 169+159+1=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99F01 is #5660FE. Grayscale: #909090. Windows color (decimal): -5660927 or 106409. OLE color: 106409.
HSL color Cylindrical-coordinate representation of color #A99F01: hue angle of 56.43º 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 #A99F01 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 159 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.34 |
| HSL | 56.43º | 0.99% | 0.33% | - |
| HSV(B) | 56.43º | 0.99% | 0.66% | - |
| XYZ | 28.77 | 33.23 | 4.93 | - |
| YUV | 143.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 1 | 0 | 0.06 | 0.99 | 0.34 | 56.43 | 0.99 | 0.33 |
| Hex | A9 | 9F | 1 | 0 | 6 | 63 | 22 | 38 | 63 | 21 |
| Octal | 251 | 237 | 1 | 0 | 6 | 143 | 42 | 70 | 143 | 41 |
| Binary | 10101001 | 10011111 | 1 | 0 | 110 | 1100011 | 100010 | 111000 | 1100011 | 100001 |
Color Harmonies of #A99F01
Complementary color
Monochromatic Colors of #A99F01
Black with #A99F01
Text Example
Text Example
White with #A99F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99F01; }
p { color: rgb(169,159,1); }
H1.HeaderClassName
{
color: #A99F01;
}
.AnyTagClassName
{
color: #A99F01;
}
</style>
background-color css
<style>
a { background-color: #A99F01; }
a { background-color: rgb(169,159,1); }
div.DivClassName
{
background-color: #A99F01;
}
.BgClassName
{
background-color: #A99F01;
}
</style>
border-color css
<style>
span { border-color: #A99F01; }
span { border-color: rgb(169,159,1); }
td.TdClassName
{
border-color: #A99F01;
}
.TagClassName
{
border-color: #A99F01;
}
</style>