Shades of Lucky #A2900D
Tints of Lucky #A2900D
RGB
CMYK
RGB Variations
Color information
#A2900D (or 0xA2900D) is known color: Lucky. HEX triplet: A2, 90 and 0D. RGB value is (162,144,13). Sum of RGB (Red+Green+Blue) = 162+144+13=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A2900D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2900D is #5D6FF2. Grayscale: #868686. Windows color (decimal): -6123507 or 888994. OLE color: 888994.
HSL color Cylindrical-coordinate representation of color #A2900D: hue angle of 52.75º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2900D is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 13 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.36 |
| HSL | 52.75º | 0.85% | 0.34% | - |
| HSV(B) | 52.75º | 0.92% | 0.64% | - |
| XYZ | 24.95 | 27.66 | 4.4 | - |
| YUV | 134.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 13 | 0 | 0.11 | 0.92 | 0.36 | 52.75 | 0.85 | 0.34 |
| Hex | A2 | 90 | D | 0 | B | 5C | 24 | 35 | 55 | 22 |
| Octal | 242 | 220 | 15 | 0 | 13 | 134 | 44 | 65 | 125 | 42 |
| Binary | 10100010 | 10010000 | 1101 | 0 | 1011 | 1011100 | 100100 | 110101 | 1010101 | 100010 |
Color Harmonies of #A2900D
Complementary color
Monochromatic Colors of #A2900D
Black with #A2900D
Text Example
Text Example
White with #A2900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2900D; }
p { color: rgb(162,144,13); }
H1.HeaderClassName
{
color: #A2900D;
}
.AnyTagClassName
{
color: #A2900D;
}
</style>
background-color css
<style>
a { background-color: #A2900D; }
a { background-color: rgb(162,144,13); }
div.DivClassName
{
background-color: #A2900D;
}
.BgClassName
{
background-color: #A2900D;
}
</style>
border-color css
<style>
span { border-color: #A2900D; }
span { border-color: rgb(162,144,13); }
td.TdClassName
{
border-color: #A2900D;
}
.TagClassName
{
border-color: #A2900D;
}
</style>