Shades of Lucky #A9910F
Tints of Lucky #A9910F
RGB
CMYK
RGB Variations
Color information
#A9910F (or 0xA9910F) is known color: Lucky. HEX triplet: A9, 91 and 0F. RGB value is (169,145,15). Sum of RGB (Red+Green+Blue) = 169+145+15=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A9910F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9910F is #566EF0. Grayscale: #898989. Windows color (decimal): -5664497 or 1020329. OLE color: 1020329.
HSL color Cylindrical-coordinate representation of color #A9910F: hue angle of 50.65º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9910F is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 15 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.34 |
| HSL | 50.65º | 0.84% | 0.36% | - |
| HSV(B) | 50.65º | 0.91% | 0.66% | - |
| XYZ | 26.57 | 28.72 | 4.59 | - |
| YUV | 137.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 15 | 0 | 0.14 | 0.91 | 0.34 | 50.65 | 0.84 | 0.36 |
| Hex | A9 | 91 | F | 0 | E | 5B | 22 | 33 | 54 | 24 |
| Octal | 251 | 221 | 17 | 0 | 16 | 133 | 42 | 63 | 124 | 44 |
| Binary | 10101001 | 10010001 | 1111 | 0 | 1110 | 1011011 | 100010 | 110011 | 1010100 | 100100 |
Color Harmonies of #A9910F
Complementary color
Monochromatic Colors of #A9910F
Black with #A9910F
Text Example
Text Example
White with #A9910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9910F; }
p { color: rgb(169,145,15); }
H1.HeaderClassName
{
color: #A9910F;
}
.AnyTagClassName
{
color: #A9910F;
}
</style>
background-color css
<style>
a { background-color: #A9910F; }
a { background-color: rgb(169,145,15); }
div.DivClassName
{
background-color: #A9910F;
}
.BgClassName
{
background-color: #A9910F;
}
</style>
border-color css
<style>
span { border-color: #A9910F; }
span { border-color: rgb(169,145,15); }
td.TdClassName
{
border-color: #A9910F;
}
.TagClassName
{
border-color: #A9910F;
}
</style>