Shades of Lucky #A39628
Tints of Lucky #A39628
RGB
CMYK
RGB Variations
Color information
#A39628 (or 0xA39628) is known color: Lucky. HEX triplet: A3, 96 and 28. RGB value is (163,150,40). Sum of RGB (Red+Green+Blue) = 163+150+40=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A39628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39628 is #5C69D7. Grayscale: #8D8D8D. Windows color (decimal): -6056408 or 2660003. OLE color: 2660003.
HSL color Cylindrical-coordinate representation of color #A39628: hue angle of 53.66º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A39628 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 40 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.36 |
| HSL | 53.66º | 0.61% | 0.4% | - |
| HSV(B) | 53.66º | 0.75% | 0.64% | - |
| XYZ | 26.39 | 29.75 | 6.36 | - |
| YUV | 141.35 | 70.81 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 40 | 0 | 0.08 | 0.75 | 0.36 | 53.66 | 0.61 | 0.4 |
| Hex | A3 | 96 | 28 | 0 | 8 | 4B | 24 | 36 | 3D | 28 |
| Octal | 243 | 226 | 50 | 0 | 10 | 113 | 44 | 66 | 75 | 50 |
| Binary | 10100011 | 10010110 | 101000 | 0 | 1000 | 1001011 | 100100 | 110110 | 111101 | 101000 |
Color Harmonies of #A39628
Complementary color
Monochromatic Colors of #A39628
Black with #A39628
Text Example
Text Example
White with #A39628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39628; }
p { color: rgb(163,150,40); }
H1.HeaderClassName
{
color: #A39628;
}
.AnyTagClassName
{
color: #A39628;
}
</style>
background-color css
<style>
a { background-color: #A39628; }
a { background-color: rgb(163,150,40); }
div.DivClassName
{
background-color: #A39628;
}
.BgClassName
{
background-color: #A39628;
}
</style>
border-color css
<style>
span { border-color: #A39628; }
span { border-color: rgb(163,150,40); }
td.TdClassName
{
border-color: #A39628;
}
.TagClassName
{
border-color: #A39628;
}
</style>