Shades of Lucky #A99D1C
Tints of Lucky #A99D1C
RGB
CMYK
RGB Variations
Color information
#A99D1C (or 0xA99D1C) is known color: Lucky. HEX triplet: A9, 9D and 1C. RGB value is (169,157,28). Sum of RGB (Red+Green+Blue) = 169+157+28=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D1C is #5662E3. Grayscale: #929292. Windows color (decimal): -5661412 or 1875369. OLE color: 1875369.
HSL color Cylindrical-coordinate representation of color #A99D1C: hue angle of 54.89º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A99D1C is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 28 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.34 |
| HSL | 54.89º | 0.72% | 0.39% | - |
| HSV(B) | 54.89º | 0.83% | 0.66% | - |
| XYZ | 28.63 | 32.63 | 5.89 | - |
| YUV | 145.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 28 | 0 | 0.07 | 0.83 | 0.34 | 54.89 | 0.72 | 0.39 |
| Hex | A9 | 9D | 1C | 0 | 7 | 53 | 22 | 37 | 48 | 27 |
| Octal | 251 | 235 | 34 | 0 | 7 | 123 | 42 | 67 | 110 | 47 |
| Binary | 10101001 | 10011101 | 11100 | 0 | 111 | 1010011 | 100010 | 110111 | 1001000 | 100111 |
Color Harmonies of #A99D1C
Complementary color
Monochromatic Colors of #A99D1C
Black with #A99D1C
Text Example
Text Example
White with #A99D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D1C; }
p { color: rgb(169,157,28); }
H1.HeaderClassName
{
color: #A99D1C;
}
.AnyTagClassName
{
color: #A99D1C;
}
</style>
background-color css
<style>
a { background-color: #A99D1C; }
a { background-color: rgb(169,157,28); }
div.DivClassName
{
background-color: #A99D1C;
}
.BgClassName
{
background-color: #A99D1C;
}
</style>
border-color css
<style>
span { border-color: #A99D1C; }
span { border-color: rgb(169,157,28); }
td.TdClassName
{
border-color: #A99D1C;
}
.TagClassName
{
border-color: #A99D1C;
}
</style>