Shades of Lucky #A49A0D
Tints of Lucky #A49A0D
RGB
CMYK
RGB Variations
Color information
#A49A0D (or 0xA49A0D) is known color: Lucky. HEX triplet: A4, 9A and 0D. RGB value is (164,154,13). Sum of RGB (Red+Green+Blue) = 164+154+13=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49A0D is #5B65F2. Grayscale: #8D8D8D. Windows color (decimal): -5989875 or 891556. OLE color: 891556.
HSL color Cylindrical-coordinate representation of color #A49A0D: hue angle of 56.03º 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 #A49A0D is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 154 | 13 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.36 |
| HSL | 56.03º | 0.85% | 0.35% | - |
| HSV(B) | 56.03º | 0.92% | 0.64% | - |
| XYZ | 26.94 | 31.03 | 4.95 | - |
| YUV | 140.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 13 | 0 | 0.06 | 0.92 | 0.36 | 56.03 | 0.85 | 0.35 |
| Hex | A4 | 9A | D | 0 | 6 | 5C | 24 | 38 | 55 | 23 |
| Octal | 244 | 232 | 15 | 0 | 6 | 134 | 44 | 70 | 125 | 43 |
| Binary | 10100100 | 10011010 | 1101 | 0 | 110 | 1011100 | 100100 | 111000 | 1010101 | 100011 |
Color Harmonies of #A49A0D
Complementary color
Monochromatic Colors of #A49A0D
Black with #A49A0D
Text Example
Text Example
White with #A49A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49A0D; }
p { color: rgb(164,154,13); }
H1.HeaderClassName
{
color: #A49A0D;
}
.AnyTagClassName
{
color: #A49A0D;
}
</style>
background-color css
<style>
a { background-color: #A49A0D; }
a { background-color: rgb(164,154,13); }
div.DivClassName
{
background-color: #A49A0D;
}
.BgClassName
{
background-color: #A49A0D;
}
</style>
border-color css
<style>
span { border-color: #A49A0D; }
span { border-color: rgb(164,154,13); }
td.TdClassName
{
border-color: #A49A0D;
}
.TagClassName
{
border-color: #A49A0D;
}
</style>