Shades of Lucky #A7921B
Tints of Lucky #A7921B
RGB
CMYK
RGB Variations
Color information
#A7921B (or 0xA7921B) is known color: Lucky. HEX triplet: A7, 92 and 1B. RGB value is (167,146,27). Sum of RGB (Red+Green+Blue) = 167+146+27=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A7921B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7921B is #586DE4. Grayscale: #8B8B8B. Windows color (decimal): -5795301 or 1807015. OLE color: 1807015.
HSL color Cylindrical-coordinate representation of color #A7921B: hue angle of 51º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7921B is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 146 | 27 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.35 |
| HSL | 51º | 0.72% | 0.38% | - |
| HSV(B) | 51º | 0.84% | 0.65% | - |
| XYZ | 26.41 | 28.85 | 5.21 | - |
| YUV | 138.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 146 | 27 | 0 | 0.13 | 0.84 | 0.35 | 51 | 0.72 | 0.38 |
| Hex | A7 | 92 | 1B | 0 | D | 54 | 23 | 33 | 48 | 26 |
| Octal | 247 | 222 | 33 | 0 | 15 | 124 | 43 | 63 | 110 | 46 |
| Binary | 10100111 | 10010010 | 11011 | 0 | 1101 | 1010100 | 100011 | 110011 | 1001000 | 100110 |
Color Harmonies of #A7921B
Complementary color
Monochromatic Colors of #A7921B
Black with #A7921B
Text Example
Text Example
White with #A7921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7921B; }
p { color: rgb(167,146,27); }
H1.HeaderClassName
{
color: #A7921B;
}
.AnyTagClassName
{
color: #A7921B;
}
</style>
background-color css
<style>
a { background-color: #A7921B; }
a { background-color: rgb(167,146,27); }
div.DivClassName
{
background-color: #A7921B;
}
.BgClassName
{
background-color: #A7921B;
}
</style>
border-color css
<style>
span { border-color: #A7921B; }
span { border-color: rgb(167,146,27); }
td.TdClassName
{
border-color: #A7921B;
}
.TagClassName
{
border-color: #A7921B;
}
</style>