Shades of Lucky #A4920E
Tints of Lucky #A4920E
RGB
CMYK
RGB Variations
Color information
#A4920E (or 0xA4920E) is known color: Lucky. HEX triplet: A4, 92 and 0E. RGB value is (164,146,14). Sum of RGB (Red+Green+Blue) = 164+146+14=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4920E is #5B6DF1. Grayscale: #888888. Windows color (decimal): -5991922 or 955044. OLE color: 955044.
HSL color Cylindrical-coordinate representation of color #A4920E: hue angle of 52.8º degrees, saturation: 0.84, 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 #A4920E is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 146 | 14 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.36 |
| HSL | 52.8º | 0.84% | 0.35% | - |
| HSV(B) | 52.8º | 0.91% | 0.64% | - |
| XYZ | 25.67 | 28.48 | 4.56 | - |
| YUV | 136.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 14 | 0 | 0.11 | 0.91 | 0.36 | 52.8 | 0.84 | 0.35 |
| Hex | A4 | 92 | E | 0 | B | 5B | 24 | 35 | 54 | 23 |
| Octal | 244 | 222 | 16 | 0 | 13 | 133 | 44 | 65 | 124 | 43 |
| Binary | 10100100 | 10010010 | 1110 | 0 | 1011 | 1011011 | 100100 | 110101 | 1010100 | 100011 |
Color Harmonies of #A4920E
Complementary color
Monochromatic Colors of #A4920E
Black with #A4920E
Text Example
Text Example
White with #A4920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4920E; }
p { color: rgb(164,146,14); }
H1.HeaderClassName
{
color: #A4920E;
}
.AnyTagClassName
{
color: #A4920E;
}
</style>
background-color css
<style>
a { background-color: #A4920E; }
a { background-color: rgb(164,146,14); }
div.DivClassName
{
background-color: #A4920E;
}
.BgClassName
{
background-color: #A4920E;
}
</style>
border-color css
<style>
span { border-color: #A4920E; }
span { border-color: rgb(164,146,14); }
td.TdClassName
{
border-color: #A4920E;
}
.TagClassName
{
border-color: #A4920E;
}
</style>