Shades of Lucky #A4911E
Tints of Lucky #A4911E
RGB
CMYK
RGB Variations
Color information
#A4911E (or 0xA4911E) is known color: Lucky. HEX triplet: A4, 91 and 1E. RGB value is (164,145,30). Sum of RGB (Red+Green+Blue) = 164+145+30=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4911E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4911E is #5B6EE1. Grayscale: #8A8A8A. Windows color (decimal): -5992162 or 2003364. OLE color: 2003364.
HSL color Cylindrical-coordinate representation of color #A4911E: hue angle of 51.49º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4911E is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 30 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.36 |
| HSL | 51.49º | 0.69% | 0.38% | - |
| HSV(B) | 51.49º | 0.82% | 0.64% | - |
| XYZ | 25.67 | 28.24 | 5.33 | - |
| YUV | 137.57 | 67.29 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 30 | 0 | 0.12 | 0.82 | 0.36 | 51.49 | 0.69 | 0.38 |
| Hex | A4 | 91 | 1E | 0 | C | 52 | 24 | 33 | 45 | 26 |
| Octal | 244 | 221 | 36 | 0 | 14 | 122 | 44 | 63 | 105 | 46 |
| Binary | 10100100 | 10010001 | 11110 | 0 | 1100 | 1010010 | 100100 | 110011 | 1000101 | 100110 |
Color Harmonies of #A4911E
Complementary color
Monochromatic Colors of #A4911E
Black with #A4911E
Text Example
Text Example
White with #A4911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4911E; }
p { color: rgb(164,145,30); }
H1.HeaderClassName
{
color: #A4911E;
}
.AnyTagClassName
{
color: #A4911E;
}
</style>
background-color css
<style>
a { background-color: #A4911E; }
a { background-color: rgb(164,145,30); }
div.DivClassName
{
background-color: #A4911E;
}
.BgClassName
{
background-color: #A4911E;
}
</style>
border-color css
<style>
span { border-color: #A4911E; }
span { border-color: rgb(164,145,30); }
td.TdClassName
{
border-color: #A4911E;
}
.TagClassName
{
border-color: #A4911E;
}
</style>