Shades of Lucky #A3940F
Tints of Lucky #A3940F
RGB
CMYK
RGB Variations
Color information
#A3940F (or 0xA3940F) is known color: Lucky. HEX triplet: A3, 94 and 0F. RGB value is (163,148,15). Sum of RGB (Red+Green+Blue) = 163+148+15=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3940F is #5C6BF0. Grayscale: #898989. Windows color (decimal): -6056945 or 1021091. OLE color: 1021091.
HSL color Cylindrical-coordinate representation of color #A3940F: hue angle of 53.92º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3940F is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 148 | 15 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.36 |
| HSL | 53.92º | 0.83% | 0.35% | - |
| HSV(B) | 53.92º | 0.91% | 0.64% | - |
| XYZ | 25.78 | 29 | 4.69 | - |
| YUV | 137.32 | 58.97 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 15 | 0 | 0.09 | 0.91 | 0.36 | 53.92 | 0.83 | 0.35 |
| Hex | A3 | 94 | F | 0 | 9 | 5B | 24 | 36 | 53 | 23 |
| Octal | 243 | 224 | 17 | 0 | 11 | 133 | 44 | 66 | 123 | 43 |
| Binary | 10100011 | 10010100 | 1111 | 0 | 1001 | 1011011 | 100100 | 110110 | 1010011 | 100011 |
Color Harmonies of #A3940F
Complementary color
Monochromatic Colors of #A3940F
Black with #A3940F
Text Example
Text Example
White with #A3940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3940F; }
p { color: rgb(163,148,15); }
H1.HeaderClassName
{
color: #A3940F;
}
.AnyTagClassName
{
color: #A3940F;
}
</style>
background-color css
<style>
a { background-color: #A3940F; }
a { background-color: rgb(163,148,15); }
div.DivClassName
{
background-color: #A3940F;
}
.BgClassName
{
background-color: #A3940F;
}
</style>
border-color css
<style>
span { border-color: #A3940F; }
span { border-color: rgb(163,148,15); }
td.TdClassName
{
border-color: #A3940F;
}
.TagClassName
{
border-color: #A3940F;
}
</style>