Shades of Lucky #A4931C
Tints of Lucky #A4931C
RGB
CMYK
RGB Variations
Color information
#A4931C (or 0xA4931C) is known color: Lucky. HEX triplet: A4, 93 and 1C. RGB value is (164,147,28). Sum of RGB (Red+Green+Blue) = 164+147+28=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4931C is #5B6CE3. Grayscale: #8B8B8B. Windows color (decimal): -5991652 or 1872804. OLE color: 1872804.
HSL color Cylindrical-coordinate representation of color #A4931C: hue angle of 52.5º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A4931C is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 28 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.36 |
| HSL | 52.5º | 0.71% | 0.38% | - |
| HSV(B) | 52.5º | 0.83% | 0.64% | - |
| XYZ | 25.95 | 28.84 | 5.3 | - |
| YUV | 138.52 | 65.63 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 28 | 0 | 0.10 | 0.83 | 0.36 | 52.5 | 0.71 | 0.38 |
| Hex | A4 | 93 | 1C | 0 | A | 53 | 24 | 34 | 47 | 26 |
| Octal | 244 | 223 | 34 | 0 | 12 | 123 | 44 | 64 | 107 | 46 |
| Binary | 10100100 | 10010011 | 11100 | 0 | 1010 | 1010011 | 100100 | 110100 | 1000111 | 100110 |
Color Harmonies of #A4931C
Complementary color
Monochromatic Colors of #A4931C
Black with #A4931C
Text Example
Text Example
White with #A4931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4931C; }
p { color: rgb(164,147,28); }
H1.HeaderClassName
{
color: #A4931C;
}
.AnyTagClassName
{
color: #A4931C;
}
</style>
background-color css
<style>
a { background-color: #A4931C; }
a { background-color: rgb(164,147,28); }
div.DivClassName
{
background-color: #A4931C;
}
.BgClassName
{
background-color: #A4931C;
}
</style>
border-color css
<style>
span { border-color: #A4931C; }
span { border-color: rgb(164,147,28); }
td.TdClassName
{
border-color: #A4931C;
}
.TagClassName
{
border-color: #A4931C;
}
</style>