Shades of Lucky #A99409
Tints of Lucky #A99409
RGB
CMYK
RGB Variations
Color information
#A99409 (or 0xA99409) is known color: Lucky. HEX triplet: A9, 94 and 09. RGB value is (169,148,9). Sum of RGB (Red+Green+Blue) = 169+148+9=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A99409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99409 is #566BF6. Grayscale: #8B8B8B. Windows color (decimal): -5663735 or 627881. OLE color: 627881.
HSL color Cylindrical-coordinate representation of color #A99409: hue angle of 52.12º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A99409 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 148 | 9 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.34 |
| HSL | 52.13º | 0.9% | 0.35% | - |
| HSV(B) | 52.13º | 0.95% | 0.66% | - |
| XYZ | 27 | 29.63 | 4.56 | - |
| YUV | 138.43 | 54.96 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 9 | 0 | 0.12 | 0.95 | 0.34 | 52.13 | 0.9 | 0.35 |
| Hex | A9 | 94 | 9 | 0 | C | 5F | 22 | 34 | 5A | 23 |
| Octal | 251 | 224 | 11 | 0 | 14 | 137 | 42 | 64 | 132 | 43 |
| Binary | 10101001 | 10010100 | 1001 | 0 | 1100 | 1011111 | 100010 | 110100 | 1011010 | 100011 |
Color Harmonies of #A99409
Complementary color
Monochromatic Colors of #A99409
Black with #A99409
Text Example
Text Example
White with #A99409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99409; }
p { color: rgb(169,148,9); }
H1.HeaderClassName
{
color: #A99409;
}
.AnyTagClassName
{
color: #A99409;
}
</style>
background-color css
<style>
a { background-color: #A99409; }
a { background-color: rgb(169,148,9); }
div.DivClassName
{
background-color: #A99409;
}
.BgClassName
{
background-color: #A99409;
}
</style>
border-color css
<style>
span { border-color: #A99409; }
span { border-color: rgb(169,148,9); }
td.TdClassName
{
border-color: #A99409;
}
.TagClassName
{
border-color: #A99409;
}
</style>