Shades of Lucky #A9950D
Tints of Lucky #A9950D
RGB
CMYK
RGB Variations
Color information
#A9950D (or 0xA9950D) is known color: Lucky. HEX triplet: A9, 95 and 0D. RGB value is (169,149,13). Sum of RGB (Red+Green+Blue) = 169+149+13=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9950D is #566AF2. Grayscale: #8C8C8C. Windows color (decimal): -5663475 or 890281. OLE color: 890281.
HSL color Cylindrical-coordinate representation of color #A9950D: hue angle of 52.31º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9950D is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 13 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.34 |
| HSL | 52.31º | 0.86% | 0.36% | - |
| HSV(B) | 52.31º | 0.92% | 0.66% | - |
| XYZ | 27.18 | 29.96 | 4.73 | - |
| YUV | 139.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 13 | 0 | 0.12 | 0.92 | 0.34 | 52.31 | 0.86 | 0.36 |
| Hex | A9 | 95 | D | 0 | C | 5C | 22 | 34 | 56 | 24 |
| Octal | 251 | 225 | 15 | 0 | 14 | 134 | 42 | 64 | 126 | 44 |
| Binary | 10101001 | 10010101 | 1101 | 0 | 1100 | 1011100 | 100010 | 110100 | 1010110 | 100100 |
Color Harmonies of #A9950D
Complementary color
Monochromatic Colors of #A9950D
Black with #A9950D
Text Example
Text Example
White with #A9950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9950D; }
p { color: rgb(169,149,13); }
H1.HeaderClassName
{
color: #A9950D;
}
.AnyTagClassName
{
color: #A9950D;
}
</style>
background-color css
<style>
a { background-color: #A9950D; }
a { background-color: rgb(169,149,13); }
div.DivClassName
{
background-color: #A9950D;
}
.BgClassName
{
background-color: #A9950D;
}
</style>
border-color css
<style>
span { border-color: #A9950D; }
span { border-color: rgb(169,149,13); }
td.TdClassName
{
border-color: #A9950D;
}
.TagClassName
{
border-color: #A9950D;
}
</style>