Shades of Lucky #A3990A
Tints of Lucky #A3990A
RGB
CMYK
RGB Variations
Color information
#A3990A (or 0xA3990A) is known color: Lucky. HEX triplet: A3, 99 and 0A. RGB value is (163,153,10). Sum of RGB (Red+Green+Blue) = 163+153+10=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3990A is #5C66F5. Grayscale: #8C8C8C. Windows color (decimal): -6055670 or 694691. OLE color: 694691.
HSL color Cylindrical-coordinate representation of color #A3990A: hue angle of 56.08º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3990A is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 10 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.36 |
| HSL | 56.08º | 0.88% | 0.34% | - |
| HSV(B) | 56.08º | 0.94% | 0.64% | - |
| XYZ | 26.55 | 30.59 | 4.79 | - |
| YUV | 139.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 10 | 0 | 0.06 | 0.94 | 0.36 | 56.08 | 0.88 | 0.34 |
| Hex | A3 | 99 | A | 0 | 6 | 5E | 24 | 38 | 58 | 22 |
| Octal | 243 | 231 | 12 | 0 | 6 | 136 | 44 | 70 | 130 | 42 |
| Binary | 10100011 | 10011001 | 1010 | 0 | 110 | 1011110 | 100100 | 111000 | 1011000 | 100010 |
Color Harmonies of #A3990A
Complementary color
Monochromatic Colors of #A3990A
Black with #A3990A
Text Example
Text Example
White with #A3990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3990A; }
p { color: rgb(163,153,10); }
H1.HeaderClassName
{
color: #A3990A;
}
.AnyTagClassName
{
color: #A3990A;
}
</style>
background-color css
<style>
a { background-color: #A3990A; }
a { background-color: rgb(163,153,10); }
div.DivClassName
{
background-color: #A3990A;
}
.BgClassName
{
background-color: #A3990A;
}
</style>
border-color css
<style>
span { border-color: #A3990A; }
span { border-color: rgb(163,153,10); }
td.TdClassName
{
border-color: #A3990A;
}
.TagClassName
{
border-color: #A3990A;
}
</style>