Shades of Lucky #A3950D
Tints of Lucky #A3950D
RGB
CMYK
RGB Variations
Color information
#A3950D (or 0xA3950D) is known color: Lucky. HEX triplet: A3, 95 and 0D. RGB value is (163,149,13). Sum of RGB (Red+Green+Blue) = 163+149+13=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3950D is #5C6AF2. Grayscale: #8A8A8A. Windows color (decimal): -6056691 or 890275. OLE color: 890275.
HSL color Cylindrical-coordinate representation of color #A3950D: hue angle of 54.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3950D is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 13 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.36 |
| HSL | 54.4º | 0.85% | 0.35% | - |
| HSV(B) | 54.4º | 0.92% | 0.64% | - |
| XYZ | 25.92 | 29.31 | 4.67 | - |
| YUV | 137.68 | 57.64 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 13 | 0 | 0.09 | 0.92 | 0.36 | 54.4 | 0.85 | 0.35 |
| Hex | A3 | 95 | D | 0 | 9 | 5C | 24 | 36 | 55 | 23 |
| Octal | 243 | 225 | 15 | 0 | 11 | 134 | 44 | 66 | 125 | 43 |
| Binary | 10100011 | 10010101 | 1101 | 0 | 1001 | 1011100 | 100100 | 110110 | 1010101 | 100011 |
Color Harmonies of #A3950D
Complementary color
Monochromatic Colors of #A3950D
Black with #A3950D
Text Example
Text Example
White with #A3950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3950D; }
p { color: rgb(163,149,13); }
H1.HeaderClassName
{
color: #A3950D;
}
.AnyTagClassName
{
color: #A3950D;
}
</style>
background-color css
<style>
a { background-color: #A3950D; }
a { background-color: rgb(163,149,13); }
div.DivClassName
{
background-color: #A3950D;
}
.BgClassName
{
background-color: #A3950D;
}
</style>
border-color css
<style>
span { border-color: #A3950D; }
span { border-color: rgb(163,149,13); }
td.TdClassName
{
border-color: #A3950D;
}
.TagClassName
{
border-color: #A3950D;
}
</style>