Shades of Lucky #A4940D
Tints of Lucky #A4940D
RGB
CMYK
RGB Variations
Color information
#A4940D (or 0xA4940D) is known color: Lucky. HEX triplet: A4, 94 and 0D. RGB value is (164,148,13). Sum of RGB (Red+Green+Blue) = 164+148+13=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4940D is #5B6BF2. Grayscale: #898989. Windows color (decimal): -5991411 or 890020. OLE color: 890020.
HSL color Cylindrical-coordinate representation of color #A4940D: hue angle of 53.64º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4940D is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 148 | 13 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.36 |
| HSL | 53.64º | 0.85% | 0.35% | - |
| HSV(B) | 53.64º | 0.92% | 0.64% | - |
| XYZ | 25.97 | 29.1 | 4.63 | - |
| YUV | 137.39 | 57.8 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 13 | 0 | 0.10 | 0.92 | 0.36 | 53.64 | 0.85 | 0.35 |
| Hex | A4 | 94 | D | 0 | A | 5C | 24 | 36 | 55 | 23 |
| Octal | 244 | 224 | 15 | 0 | 12 | 134 | 44 | 66 | 125 | 43 |
| Binary | 10100100 | 10010100 | 1101 | 0 | 1010 | 1011100 | 100100 | 110110 | 1010101 | 100011 |
Color Harmonies of #A4940D
Complementary color
Monochromatic Colors of #A4940D
Black with #A4940D
Text Example
Text Example
White with #A4940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4940D; }
p { color: rgb(164,148,13); }
H1.HeaderClassName
{
color: #A4940D;
}
.AnyTagClassName
{
color: #A4940D;
}
</style>
background-color css
<style>
a { background-color: #A4940D; }
a { background-color: rgb(164,148,13); }
div.DivClassName
{
background-color: #A4940D;
}
.BgClassName
{
background-color: #A4940D;
}
</style>
border-color css
<style>
span { border-color: #A4940D; }
span { border-color: rgb(164,148,13); }
td.TdClassName
{
border-color: #A4940D;
}
.TagClassName
{
border-color: #A4940D;
}
</style>