Shades of Lucky #A99629
Tints of Lucky #A99629
RGB
CMYK
RGB Variations
Color information
#A99629 (or 0xA99629) is known color: Lucky. HEX triplet: A9, 96 and 29. RGB value is (169,150,41). Sum of RGB (Red+Green+Blue) = 169+150+41=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A99629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99629 is #5669D6. Grayscale: #8F8F8F. Windows color (decimal): -5663191 or 2725545. OLE color: 2725545.
HSL color Cylindrical-coordinate representation of color #A99629: hue angle of 51.09º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A99629 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 41 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.34 |
| HSL | 51.09º | 0.61% | 0.41% | - |
| HSV(B) | 51.09º | 0.76% | 0.66% | - |
| XYZ | 27.67 | 30.41 | 6.51 | - |
| YUV | 143.26 | 70.29 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 41 | 0 | 0.11 | 0.76 | 0.34 | 51.09 | 0.61 | 0.41 |
| Hex | A9 | 96 | 29 | 0 | B | 4C | 22 | 33 | 3D | 29 |
| Octal | 251 | 226 | 51 | 0 | 13 | 114 | 42 | 63 | 75 | 51 |
| Binary | 10101001 | 10010110 | 101001 | 0 | 1011 | 1001100 | 100010 | 110011 | 111101 | 101001 |
Color Harmonies of #A99629
Complementary color
Monochromatic Colors of #A99629
Black with #A99629
Text Example
Text Example
White with #A99629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99629; }
p { color: rgb(169,150,41); }
H1.HeaderClassName
{
color: #A99629;
}
.AnyTagClassName
{
color: #A99629;
}
</style>
background-color css
<style>
a { background-color: #A99629; }
a { background-color: rgb(169,150,41); }
div.DivClassName
{
background-color: #A99629;
}
.BgClassName
{
background-color: #A99629;
}
</style>
border-color css
<style>
span { border-color: #A99629; }
span { border-color: rgb(169,150,41); }
td.TdClassName
{
border-color: #A99629;
}
.TagClassName
{
border-color: #A99629;
}
</style>