Shades of Lucky #A39A03
Tints of Lucky #A39A03
RGB
CMYK
RGB Variations
Color information
#A39A03 (or 0xA39A03) is known color: Lucky. HEX triplet: A3, 9A and 03. RGB value is (163,154,3). Sum of RGB (Red+Green+Blue) = 163+154+3=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39A03 is #5C65FC. Grayscale: #8C8C8C. Windows color (decimal): -6055421 or 236195. OLE color: 236195.
HSL color Cylindrical-coordinate representation of color #A39A03: hue angle of 56.62º degrees, saturation: 0.96, 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 #A39A03 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 3 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.36 |
| HSL | 56.63º | 0.96% | 0.33% | - |
| HSV(B) | 56.63º | 0.98% | 0.64% | - |
| XYZ | 26.68 | 30.9 | 4.65 | - |
| YUV | 139.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 3 | 0 | 0.06 | 0.98 | 0.36 | 56.63 | 0.96 | 0.33 |
| Hex | A3 | 9A | 3 | 0 | 6 | 62 | 24 | 39 | 60 | 21 |
| Octal | 243 | 232 | 3 | 0 | 6 | 142 | 44 | 71 | 140 | 41 |
| Binary | 10100011 | 10011010 | 11 | 0 | 110 | 1100010 | 100100 | 111001 | 1100000 | 100001 |
Color Harmonies of #A39A03
Complementary color
Monochromatic Colors of #A39A03
Black with #A39A03
Text Example
Text Example
White with #A39A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A03; }
p { color: rgb(163,154,3); }
H1.HeaderClassName
{
color: #A39A03;
}
.AnyTagClassName
{
color: #A39A03;
}
</style>
background-color css
<style>
a { background-color: #A39A03; }
a { background-color: rgb(163,154,3); }
div.DivClassName
{
background-color: #A39A03;
}
.BgClassName
{
background-color: #A39A03;
}
</style>
border-color css
<style>
span { border-color: #A39A03; }
span { border-color: rgb(163,154,3); }
td.TdClassName
{
border-color: #A39A03;
}
.TagClassName
{
border-color: #A39A03;
}
</style>