Shades of Lucky #A3A423
Tints of Lucky #A3A423
RGB
CMYK
RGB Variations
Color information
#A3A423 (or 0xA3A423) is known color: Lucky. HEX triplet: A3, A4 and 23. RGB value is (163,164,35). Sum of RGB (Red+Green+Blue) = 163+164+35=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A423 is #5C5BDC. Grayscale: #959595. Windows color (decimal): -6052829 or 2335907. OLE color: 2335907.
HSL color Cylindrical-coordinate representation of color #A3A423: hue angle of 60.47º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3A423 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 35 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.36 |
| HSL | 60.47º | 0.65% | 0.39% | - |
| HSV(B) | 60.47º | 0.79% | 0.64% | - |
| XYZ | 28.68 | 34.46 | 6.73 | - |
| YUV | 149 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 35 | 0.01 | 0 | 0.79 | 0.36 | 60.47 | 0.65 | 0.39 |
| Hex | A3 | A4 | 23 | 1 | 0 | 4F | 24 | 3C | 41 | 27 |
| Octal | 243 | 244 | 43 | 1 | 0 | 117 | 44 | 74 | 101 | 47 |
| Binary | 10100011 | 10100100 | 100011 | 1 | 0 | 1001111 | 100100 | 111100 | 1000001 | 100111 |
Color Harmonies of #A3A423
Complementary color
Monochromatic Colors of #A3A423
Black with #A3A423
Text Example
Text Example
White with #A3A423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A423; }
p { color: rgb(163,164,35); }
H1.HeaderClassName
{
color: #A3A423;
}
.AnyTagClassName
{
color: #A3A423;
}
</style>
background-color css
<style>
a { background-color: #A3A423; }
a { background-color: rgb(163,164,35); }
div.DivClassName
{
background-color: #A3A423;
}
.BgClassName
{
background-color: #A3A423;
}
</style>
border-color css
<style>
span { border-color: #A3A423; }
span { border-color: rgb(163,164,35); }
td.TdClassName
{
border-color: #A3A423;
}
.TagClassName
{
border-color: #A3A423;
}
</style>