Shades of Lucky #A4A00F
Tints of Lucky #A4A00F
RGB
CMYK
RGB Variations
Color information
#A4A00F (or 0xA4A00F) is known color: Lucky. HEX triplet: A4, A0 and 0F. RGB value is (164,160,15). Sum of RGB (Red+Green+Blue) = 164+160+15=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A00F is #5B5FF0. Grayscale: #919191. Windows color (decimal): -5988337 or 1024164. OLE color: 1024164.
HSL color Cylindrical-coordinate representation of color #A4A00F: hue angle of 58.39º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4A00F is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 160 | 15 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.36 |
| HSL | 58.39º | 0.83% | 0.35% | - |
| HSV(B) | 58.39º | 0.91% | 0.64% | - |
| XYZ | 27.97 | 33.07 | 5.36 | - |
| YUV | 144.67 | 54.83 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 160 | 15 | 0 | 0.02 | 0.91 | 0.36 | 58.39 | 0.83 | 0.35 |
| Hex | A4 | A0 | F | 0 | 2 | 5B | 24 | 3A | 53 | 23 |
| Octal | 244 | 240 | 17 | 0 | 2 | 133 | 44 | 72 | 123 | 43 |
| Binary | 10100100 | 10100000 | 1111 | 0 | 10 | 1011011 | 100100 | 111010 | 1010011 | 100011 |
Color Harmonies of #A4A00F
Complementary color
Monochromatic Colors of #A4A00F
Black with #A4A00F
Text Example
Text Example
White with #A4A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A00F; }
p { color: rgb(164,160,15); }
H1.HeaderClassName
{
color: #A4A00F;
}
.AnyTagClassName
{
color: #A4A00F;
}
</style>
background-color css
<style>
a { background-color: #A4A00F; }
a { background-color: rgb(164,160,15); }
div.DivClassName
{
background-color: #A4A00F;
}
.BgClassName
{
background-color: #A4A00F;
}
</style>
border-color css
<style>
span { border-color: #A4A00F; }
span { border-color: rgb(164,160,15); }
td.TdClassName
{
border-color: #A4A00F;
}
.TagClassName
{
border-color: #A4A00F;
}
</style>