Shades of Lucky #A39101
Tints of Lucky #A39101
RGB
CMYK
RGB Variations
Color information
#A39101 (or 0xA39101) is known color: Lucky. HEX triplet: A3, 91 and 01. RGB value is (163,145,1). Sum of RGB (Red+Green+Blue) = 163+145+1=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A39101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39101 is #5C6EFE. Grayscale: #868686. Windows color (decimal): -6057727 or 102819. OLE color: 102819.
HSL color Cylindrical-coordinate representation of color #A39101: hue angle of 53.33º degrees, saturation: 0.99, 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 #A39101 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.36 |
| HSL | 53.33º | 0.99% | 0.32% | - |
| HSV(B) | 53.33º | 0.99% | 0.64% | - |
| XYZ | 25.24 | 28.04 | 4.11 | - |
| YUV | 133.97 | 52.96 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 1 | 0 | 0.11 | 0.99 | 0.36 | 53.33 | 0.99 | 0.32 |
| Hex | A3 | 91 | 1 | 0 | B | 63 | 24 | 35 | 63 | 20 |
| Octal | 243 | 221 | 1 | 0 | 13 | 143 | 44 | 65 | 143 | 40 |
| Binary | 10100011 | 10010001 | 1 | 0 | 1011 | 1100011 | 100100 | 110101 | 1100011 | 100000 |
Color Harmonies of #A39101
Complementary color
Monochromatic Colors of #A39101
Black with #A39101
Text Example
Text Example
White with #A39101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39101; }
p { color: rgb(163,145,1); }
H1.HeaderClassName
{
color: #A39101;
}
.AnyTagClassName
{
color: #A39101;
}
</style>
background-color css
<style>
a { background-color: #A39101; }
a { background-color: rgb(163,145,1); }
div.DivClassName
{
background-color: #A39101;
}
.BgClassName
{
background-color: #A39101;
}
</style>
border-color css
<style>
span { border-color: #A39101; }
span { border-color: rgb(163,145,1); }
td.TdClassName
{
border-color: #A39101;
}
.TagClassName
{
border-color: #A39101;
}
</style>