Shades of Lucky #A39102
Tints of Lucky #A39102
RGB
CMYK
RGB Variations
Color information
#A39102 (or 0xA39102) is known color: Lucky. HEX triplet: A3, 91 and 02. RGB value is (163,145,2). Sum of RGB (Red+Green+Blue) = 163+145+2=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A39102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39102 is #5C6EFD. Grayscale: #868686. Windows color (decimal): -6057726 or 168355. OLE color: 168355.
HSL color Cylindrical-coordinate representation of color #A39102: hue angle of 53.29º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A39102 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.36 |
| HSL | 53.29º | 0.98% | 0.32% | - |
| HSV(B) | 53.29º | 0.99% | 0.64% | - |
| XYZ | 25.24 | 28.04 | 4.14 | - |
| YUV | 134.08 | 53.46 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 2 | 0 | 0.11 | 0.99 | 0.36 | 53.29 | 0.98 | 0.32 |
| Hex | A3 | 91 | 2 | 0 | B | 63 | 24 | 35 | 62 | 20 |
| Octal | 243 | 221 | 2 | 0 | 13 | 143 | 44 | 65 | 142 | 40 |
| Binary | 10100011 | 10010001 | 10 | 0 | 1011 | 1100011 | 100100 | 110101 | 1100010 | 100000 |
Color Harmonies of #A39102
Complementary color
Monochromatic Colors of #A39102
Black with #A39102
Text Example
Text Example
White with #A39102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39102; }
p { color: rgb(163,145,2); }
H1.HeaderClassName
{
color: #A39102;
}
.AnyTagClassName
{
color: #A39102;
}
</style>
background-color css
<style>
a { background-color: #A39102; }
a { background-color: rgb(163,145,2); }
div.DivClassName
{
background-color: #A39102;
}
.BgClassName
{
background-color: #A39102;
}
</style>
border-color css
<style>
span { border-color: #A39102; }
span { border-color: rgb(163,145,2); }
td.TdClassName
{
border-color: #A39102;
}
.TagClassName
{
border-color: #A39102;
}
</style>