Shades of Lucky #A39804
Tints of Lucky #A39804
RGB
CMYK
RGB Variations
Color information
#A39804 (or 0xA39804) is known color: Lucky. HEX triplet: A3, 98 and 04. RGB value is (163,152,4). Sum of RGB (Red+Green+Blue) = 163+152+4=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A39804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39804 is #5C67FB. Grayscale: #8B8B8B. Windows color (decimal): -6055932 or 301219. OLE color: 301219.
HSL color Cylindrical-coordinate representation of color #A39804: hue angle of 55.85º 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 #A39804 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 152 | 4 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.36 |
| HSL | 55.85º | 0.95% | 0.33% | - |
| HSV(B) | 55.85º | 0.98% | 0.64% | - |
| XYZ | 26.35 | 30.25 | 4.57 | - |
| YUV | 138.42 | 52.14 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 4 | 0 | 0.07 | 0.98 | 0.36 | 55.85 | 0.95 | 0.33 |
| Hex | A3 | 98 | 4 | 0 | 7 | 62 | 24 | 38 | 5F | 21 |
| Octal | 243 | 230 | 4 | 0 | 7 | 142 | 44 | 70 | 137 | 41 |
| Binary | 10100011 | 10011000 | 100 | 0 | 111 | 1100010 | 100100 | 111000 | 1011111 | 100001 |
Color Harmonies of #A39804
Complementary color
Monochromatic Colors of #A39804
Black with #A39804
Text Example
Text Example
White with #A39804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39804; }
p { color: rgb(163,152,4); }
H1.HeaderClassName
{
color: #A39804;
}
.AnyTagClassName
{
color: #A39804;
}
</style>
background-color css
<style>
a { background-color: #A39804; }
a { background-color: rgb(163,152,4); }
div.DivClassName
{
background-color: #A39804;
}
.BgClassName
{
background-color: #A39804;
}
</style>
border-color css
<style>
span { border-color: #A39804; }
span { border-color: rgb(163,152,4); }
td.TdClassName
{
border-color: #A39804;
}
.TagClassName
{
border-color: #A39804;
}
</style>