Shades of Lucky #A8920B
Tints of Lucky #A8920B
RGB
CMYK
RGB Variations
Color information
#A8920B (or 0xA8920B) is known color: Lucky. HEX triplet: A8, 92 and 0B. RGB value is (168,146,11). Sum of RGB (Red+Green+Blue) = 168+146+11=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A8920B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8920B is #576DF4. Grayscale: #898989. Windows color (decimal): -5729781 or 758440. OLE color: 758440.
HSL color Cylindrical-coordinate representation of color #A8920B: hue angle of 51.59º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8920B is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 11 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.34 |
| HSL | 51.59º | 0.88% | 0.35% | - |
| HSV(B) | 51.59º | 0.93% | 0.66% | - |
| XYZ | 26.49 | 28.91 | 4.5 | - |
| YUV | 137.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 11 | 0 | 0.13 | 0.93 | 0.34 | 51.59 | 0.88 | 0.35 |
| Hex | A8 | 92 | B | 0 | D | 5D | 22 | 34 | 58 | 23 |
| Octal | 250 | 222 | 13 | 0 | 15 | 135 | 42 | 64 | 130 | 43 |
| Binary | 10101000 | 10010010 | 1011 | 0 | 1101 | 1011101 | 100010 | 110100 | 1011000 | 100011 |
Color Harmonies of #A8920B
Complementary color
Monochromatic Colors of #A8920B
Black with #A8920B
Text Example
Text Example
White with #A8920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8920B; }
p { color: rgb(168,146,11); }
H1.HeaderClassName
{
color: #A8920B;
}
.AnyTagClassName
{
color: #A8920B;
}
</style>
background-color css
<style>
a { background-color: #A8920B; }
a { background-color: rgb(168,146,11); }
div.DivClassName
{
background-color: #A8920B;
}
.BgClassName
{
background-color: #A8920B;
}
</style>
border-color css
<style>
span { border-color: #A8920B; }
span { border-color: rgb(168,146,11); }
td.TdClassName
{
border-color: #A8920B;
}
.TagClassName
{
border-color: #A8920B;
}
</style>