Shades of Lucky #A39404
Tints of Lucky #A39404
RGB
CMYK
RGB Variations
Color information
#A39404 (or 0xA39404) is known color: Lucky. HEX triplet: A3, 94 and 04. RGB value is (163,148,4). Sum of RGB (Red+Green+Blue) = 163+148+4=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A39404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39404 is #5C6BFB. Grayscale: #888888. Windows color (decimal): -6056956 or 300195. OLE color: 300195.
HSL color Cylindrical-coordinate representation of color #A39404: hue angle of 54.34º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A39404 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 148 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.36 |
| HSL | 54.34º | 0.95% | 0.33% | - |
| HSV(B) | 54.34º | 0.98% | 0.64% | - |
| XYZ | 25.72 | 28.98 | 4.35 | - |
| YUV | 136.07 | 53.47 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 4 | 0 | 0.09 | 0.98 | 0.36 | 54.34 | 0.95 | 0.33 |
| Hex | A3 | 94 | 4 | 0 | 9 | 62 | 24 | 36 | 5F | 21 |
| Octal | 243 | 224 | 4 | 0 | 11 | 142 | 44 | 66 | 137 | 41 |
| Binary | 10100011 | 10010100 | 100 | 0 | 1001 | 1100010 | 100100 | 110110 | 1011111 | 100001 |
Color Harmonies of #A39404
Complementary color
Monochromatic Colors of #A39404
Black with #A39404
Text Example
Text Example
White with #A39404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39404; }
p { color: rgb(163,148,4); }
H1.HeaderClassName
{
color: #A39404;
}
.AnyTagClassName
{
color: #A39404;
}
</style>
background-color css
<style>
a { background-color: #A39404; }
a { background-color: rgb(163,148,4); }
div.DivClassName
{
background-color: #A39404;
}
.BgClassName
{
background-color: #A39404;
}
</style>
border-color css
<style>
span { border-color: #A39404; }
span { border-color: rgb(163,148,4); }
td.TdClassName
{
border-color: #A39404;
}
.TagClassName
{
border-color: #A39404;
}
</style>