Shades of Lucky #A4A31B
Tints of Lucky #A4A31B
RGB
CMYK
RGB Variations
Color information
#A4A31B (or 0xA4A31B) is known color: Lucky. HEX triplet: A4, A3 and 1B. RGB value is (164,163,27). Sum of RGB (Red+Green+Blue) = 164+163+27=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A31B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A31B is #5B5CE4. Grayscale: #949494. Windows color (decimal): -5987557 or 1811364. OLE color: 1811364.
HSL color Cylindrical-coordinate representation of color #A4A31B: hue angle of 59.56º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4A31B is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 163 | 27 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.36 |
| HSL | 59.56º | 0.72% | 0.37% | - |
| HSV(B) | 59.56º | 0.84% | 0.64% | - |
| XYZ | 28.6 | 34.17 | 6.12 | - |
| YUV | 147.8 | 59.83 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 27 | 0 | 0.01 | 0.84 | 0.36 | 59.56 | 0.72 | 0.37 |
| Hex | A4 | A3 | 1B | 0 | 1 | 54 | 24 | 3C | 48 | 25 |
| Octal | 244 | 243 | 33 | 0 | 1 | 124 | 44 | 74 | 110 | 45 |
| Binary | 10100100 | 10100011 | 11011 | 0 | 1 | 1010100 | 100100 | 111100 | 1001000 | 100101 |
Color Harmonies of #A4A31B
Complementary color
Monochromatic Colors of #A4A31B
Black with #A4A31B
Text Example
Text Example
White with #A4A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A31B; }
p { color: rgb(164,163,27); }
H1.HeaderClassName
{
color: #A4A31B;
}
.AnyTagClassName
{
color: #A4A31B;
}
</style>
background-color css
<style>
a { background-color: #A4A31B; }
a { background-color: rgb(164,163,27); }
div.DivClassName
{
background-color: #A4A31B;
}
.BgClassName
{
background-color: #A4A31B;
}
</style>
border-color css
<style>
span { border-color: #A4A31B; }
span { border-color: rgb(164,163,27); }
td.TdClassName
{
border-color: #A4A31B;
}
.TagClassName
{
border-color: #A4A31B;
}
</style>