Shades of Lucky #A4941C
Tints of Lucky #A4941C
RGB
CMYK
RGB Variations
Color information
#A4941C (or 0xA4941C) is known color: Lucky. HEX triplet: A4, 94 and 1C. RGB value is (164,148,28). Sum of RGB (Red+Green+Blue) = 164+148+28=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4941C is #5B6BE3. Grayscale: #8B8B8B. Windows color (decimal): -5991396 or 1873060. OLE color: 1873060.
HSL color Cylindrical-coordinate representation of color #A4941C: hue angle of 52.94º 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 #A4941C is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 148 | 28 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.36 |
| HSL | 52.94º | 0.71% | 0.38% | - |
| HSV(B) | 52.94º | 0.83% | 0.64% | - |
| XYZ | 26.11 | 29.16 | 5.35 | - |
| YUV | 139.1 | 65.3 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 28 | 0 | 0.10 | 0.83 | 0.36 | 52.94 | 0.71 | 0.38 |
| Hex | A4 | 94 | 1C | 0 | A | 53 | 24 | 35 | 47 | 26 |
| Octal | 244 | 224 | 34 | 0 | 12 | 123 | 44 | 65 | 107 | 46 |
| Binary | 10100100 | 10010100 | 11100 | 0 | 1010 | 1010011 | 100100 | 110101 | 1000111 | 100110 |
Color Harmonies of #A4941C
Complementary color
Monochromatic Colors of #A4941C
Black with #A4941C
Text Example
Text Example
White with #A4941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4941C; }
p { color: rgb(164,148,28); }
H1.HeaderClassName
{
color: #A4941C;
}
.AnyTagClassName
{
color: #A4941C;
}
</style>
background-color css
<style>
a { background-color: #A4941C; }
a { background-color: rgb(164,148,28); }
div.DivClassName
{
background-color: #A4941C;
}
.BgClassName
{
background-color: #A4941C;
}
</style>
border-color css
<style>
span { border-color: #A4941C; }
span { border-color: rgb(164,148,28); }
td.TdClassName
{
border-color: #A4941C;
}
.TagClassName
{
border-color: #A4941C;
}
</style>