Shades of Lucky #A9960B
Tints of Lucky #A9960B
RGB
CMYK
RGB Variations
Color information
#A9960B (or 0xA9960B) is known color: Lucky. HEX triplet: A9, 96 and 0B. RGB value is (169,150,11). Sum of RGB (Red+Green+Blue) = 169+150+11=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A9960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9960B is #5669F4. Grayscale: #8C8C8C. Windows color (decimal): -5663221 or 759465. OLE color: 759465.
HSL color Cylindrical-coordinate representation of color #A9960B: hue angle of 52.78º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9960B is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 11 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.34 |
| HSL | 52.78º | 0.88% | 0.35% | - |
| HSV(B) | 52.78º | 0.93% | 0.66% | - |
| XYZ | 27.33 | 30.27 | 4.72 | - |
| YUV | 139.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 11 | 0 | 0.11 | 0.93 | 0.34 | 52.78 | 0.88 | 0.35 |
| Hex | A9 | 96 | B | 0 | B | 5D | 22 | 35 | 58 | 23 |
| Octal | 251 | 226 | 13 | 0 | 13 | 135 | 42 | 65 | 130 | 43 |
| Binary | 10101001 | 10010110 | 1011 | 0 | 1011 | 1011101 | 100010 | 110101 | 1011000 | 100011 |
Color Harmonies of #A9960B
Complementary color
Monochromatic Colors of #A9960B
Black with #A9960B
Text Example
Text Example
White with #A9960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9960B; }
p { color: rgb(169,150,11); }
H1.HeaderClassName
{
color: #A9960B;
}
.AnyTagClassName
{
color: #A9960B;
}
</style>
background-color css
<style>
a { background-color: #A9960B; }
a { background-color: rgb(169,150,11); }
div.DivClassName
{
background-color: #A9960B;
}
.BgClassName
{
background-color: #A9960B;
}
</style>
border-color css
<style>
span { border-color: #A9960B; }
span { border-color: rgb(169,150,11); }
td.TdClassName
{
border-color: #A9960B;
}
.TagClassName
{
border-color: #A9960B;
}
</style>