Shades of Lucky #A39B10
Tints of Lucky #A39B10
RGB
CMYK
RGB Variations
Color information
#A39B10 (or 0xA39B10) is known color: Lucky. HEX triplet: A3, 9B and 10. RGB value is (163,155,16). Sum of RGB (Red+Green+Blue) = 163+155+16=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39B10 is #5C64EF. Grayscale: #8E8E8E. Windows color (decimal): -6055152 or 1088419. OLE color: 1088419.
HSL color Cylindrical-coordinate representation of color #A39B10: hue angle of 56.73º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A39B10 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 155 | 16 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.36 |
| HSL | 56.73º | 0.82% | 0.35% | - |
| HSV(B) | 56.73º | 0.9% | 0.64% | - |
| XYZ | 26.92 | 31.27 | 5.11 | - |
| YUV | 141.55 | 57.15 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 16 | 0 | 0.05 | 0.90 | 0.36 | 56.73 | 0.82 | 0.35 |
| Hex | A3 | 9B | 10 | 0 | 5 | 5A | 24 | 39 | 52 | 23 |
| Octal | 243 | 233 | 20 | 0 | 5 | 132 | 44 | 71 | 122 | 43 |
| Binary | 10100011 | 10011011 | 10000 | 0 | 101 | 1011010 | 100100 | 111001 | 1010010 | 100011 |
Color Harmonies of #A39B10
Complementary color
Monochromatic Colors of #A39B10
Black with #A39B10
Text Example
Text Example
White with #A39B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39B10; }
p { color: rgb(163,155,16); }
H1.HeaderClassName
{
color: #A39B10;
}
.AnyTagClassName
{
color: #A39B10;
}
</style>
background-color css
<style>
a { background-color: #A39B10; }
a { background-color: rgb(163,155,16); }
div.DivClassName
{
background-color: #A39B10;
}
.BgClassName
{
background-color: #A39B10;
}
</style>
border-color css
<style>
span { border-color: #A39B10; }
span { border-color: rgb(163,155,16); }
td.TdClassName
{
border-color: #A39B10;
}
.TagClassName
{
border-color: #A39B10;
}
</style>