Shades of Lucky #A3A02B
Tints of Lucky #A3A02B
RGB
CMYK
RGB Variations
Color information
#A3A02B (or 0xA3A02B) is known color: Lucky. HEX triplet: A3, A0 and 2B. RGB value is (163,160,43). Sum of RGB (Red+Green+Blue) = 163+160+43=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A02B is #5C5FD4. Grayscale: #949494. Windows color (decimal): -6053845 or 2859171. OLE color: 2859171.
HSL color Cylindrical-coordinate representation of color #A3A02B: hue angle of 58.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3A02B is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 43 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.36 |
| HSL | 58.5º | 0.58% | 0.4% | - |
| HSV(B) | 58.5º | 0.74% | 0.64% | - |
| XYZ | 28.11 | 33.1 | 7.19 | - |
| YUV | 147.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 43 | 0 | 0.02 | 0.74 | 0.36 | 58.5 | 0.58 | 0.4 |
| Hex | A3 | A0 | 2B | 0 | 2 | 4A | 24 | 3A | 3A | 28 |
| Octal | 243 | 240 | 53 | 0 | 2 | 112 | 44 | 72 | 72 | 50 |
| Binary | 10100011 | 10100000 | 101011 | 0 | 10 | 1001010 | 100100 | 111010 | 111010 | 101000 |
Color Harmonies of #A3A02B
Complementary color
Monochromatic Colors of #A3A02B
Black with #A3A02B
Text Example
Text Example
White with #A3A02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A02B; }
p { color: rgb(163,160,43); }
H1.HeaderClassName
{
color: #A3A02B;
}
.AnyTagClassName
{
color: #A3A02B;
}
</style>
background-color css
<style>
a { background-color: #A3A02B; }
a { background-color: rgb(163,160,43); }
div.DivClassName
{
background-color: #A3A02B;
}
.BgClassName
{
background-color: #A3A02B;
}
</style>
border-color css
<style>
span { border-color: #A3A02B; }
span { border-color: rgb(163,160,43); }
td.TdClassName
{
border-color: #A3A02B;
}
.TagClassName
{
border-color: #A3A02B;
}
</style>