Shades of Lucky #A3A52B
Tints of Lucky #A3A52B
RGB
CMYK
RGB Variations
Color information
#A3A52B (or 0xA3A52B) is known color: Lucky. HEX triplet: A3, A5 and 2B. RGB value is (163,165,43). Sum of RGB (Red+Green+Blue) = 163+165+43=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A52B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A52B is #5C5AD4. Grayscale: #969696. Windows color (decimal): -6052565 or 2860451. OLE color: 2860451.
HSL color Cylindrical-coordinate representation of color #A3A52B: hue angle of 60.98º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3A52B is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 165 | 43 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.35 |
| HSL | 60.98º | 0.59% | 0.41% | - |
| HSV(B) | 60.98º | 0.74% | 0.65% | - |
| XYZ | 29 | 34.87 | 7.49 | - |
| YUV | 150.49 | 67.34 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 43 | 0.01 | 0 | 0.74 | 0.35 | 60.98 | 0.59 | 0.41 |
| Hex | A3 | A5 | 2B | 1 | 0 | 4A | 23 | 3D | 3B | 29 |
| Octal | 243 | 245 | 53 | 1 | 0 | 112 | 43 | 75 | 73 | 51 |
| Binary | 10100011 | 10100101 | 101011 | 1 | 0 | 1001010 | 100011 | 111101 | 111011 | 101001 |
Color Harmonies of #A3A52B
Complementary color
Monochromatic Colors of #A3A52B
Black with #A3A52B
Text Example
Text Example
White with #A3A52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A52B; }
p { color: rgb(163,165,43); }
H1.HeaderClassName
{
color: #A3A52B;
}
.AnyTagClassName
{
color: #A3A52B;
}
</style>
background-color css
<style>
a { background-color: #A3A52B; }
a { background-color: rgb(163,165,43); }
div.DivClassName
{
background-color: #A3A52B;
}
.BgClassName
{
background-color: #A3A52B;
}
</style>
border-color css
<style>
span { border-color: #A3A52B; }
span { border-color: rgb(163,165,43); }
td.TdClassName
{
border-color: #A3A52B;
}
.TagClassName
{
border-color: #A3A52B;
}
</style>