Shades of Lucky #A29F09
Tints of Lucky #A29F09
RGB
CMYK
RGB Variations
Color information
#A29F09 (or 0xA29F09) is known color: Lucky. HEX triplet: A2, 9F and 09. RGB value is (162,159,9). Sum of RGB (Red+Green+Blue) = 162+159+9=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29F09 is #5D60F6. Grayscale: #8F8F8F. Windows color (decimal): -6119671 or 630690. OLE color: 630690.
HSL color Cylindrical-coordinate representation of color #A29F09: hue angle of 58.82º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A29F09 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 9 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.36 |
| HSL | 58.82º | 0.89% | 0.34% | - |
| HSV(B) | 58.82º | 0.94% | 0.64% | - |
| XYZ | 27.35 | 32.5 | 5.09 | - |
| YUV | 142.8 | 52.49 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 9 | 0 | 0.02 | 0.94 | 0.36 | 58.82 | 0.89 | 0.34 |
| Hex | A2 | 9F | 9 | 0 | 2 | 5E | 24 | 3B | 59 | 22 |
| Octal | 242 | 237 | 11 | 0 | 2 | 136 | 44 | 73 | 131 | 42 |
| Binary | 10100010 | 10011111 | 1001 | 0 | 10 | 1011110 | 100100 | 111011 | 1011001 | 100010 |
Color Harmonies of #A29F09
Complementary color
Monochromatic Colors of #A29F09
Black with #A29F09
Text Example
Text Example
White with #A29F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F09; }
p { color: rgb(162,159,9); }
H1.HeaderClassName
{
color: #A29F09;
}
.AnyTagClassName
{
color: #A29F09;
}
</style>
background-color css
<style>
a { background-color: #A29F09; }
a { background-color: rgb(162,159,9); }
div.DivClassName
{
background-color: #A29F09;
}
.BgClassName
{
background-color: #A29F09;
}
</style>
border-color css
<style>
span { border-color: #A29F09; }
span { border-color: rgb(162,159,9); }
td.TdClassName
{
border-color: #A29F09;
}
.TagClassName
{
border-color: #A29F09;
}
</style>