Shades of Lucky #A4931B
Tints of Lucky #A4931B
RGB
CMYK
RGB Variations
Color information
#A4931B (or 0xA4931B) is known color: Lucky. HEX triplet: A4, 93 and 1B. RGB value is (164,147,27). Sum of RGB (Red+Green+Blue) = 164+147+27=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4931B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4931B is #5B6CE4. Grayscale: #8A8A8A. Windows color (decimal): -5991653 or 1807268. OLE color: 1807268.
HSL color Cylindrical-coordinate representation of color #A4931B: hue angle of 52.55º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4931B is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 27 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.36 |
| HSL | 52.55º | 0.72% | 0.37% | - |
| HSV(B) | 52.55º | 0.84% | 0.64% | - |
| XYZ | 25.94 | 28.84 | 5.24 | - |
| YUV | 138.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 27 | 0 | 0.10 | 0.84 | 0.36 | 52.55 | 0.72 | 0.37 |
| Hex | A4 | 93 | 1B | 0 | A | 54 | 24 | 35 | 48 | 25 |
| Octal | 244 | 223 | 33 | 0 | 12 | 124 | 44 | 65 | 110 | 45 |
| Binary | 10100100 | 10010011 | 11011 | 0 | 1010 | 1010100 | 100100 | 110101 | 1001000 | 100101 |
Color Harmonies of #A4931B
Complementary color
Monochromatic Colors of #A4931B
Black with #A4931B
Text Example
Text Example
White with #A4931B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4931B; }
p { color: rgb(164,147,27); }
H1.HeaderClassName
{
color: #A4931B;
}
.AnyTagClassName
{
color: #A4931B;
}
</style>
background-color css
<style>
a { background-color: #A4931B; }
a { background-color: rgb(164,147,27); }
div.DivClassName
{
background-color: #A4931B;
}
.BgClassName
{
background-color: #A4931B;
}
</style>
border-color css
<style>
span { border-color: #A4931B; }
span { border-color: rgb(164,147,27); }
td.TdClassName
{
border-color: #A4931B;
}
.TagClassName
{
border-color: #A4931B;
}
</style>