Shades of Lucky #A8921C
Tints of Lucky #A8921C
RGB
CMYK
RGB Variations
Color information
#A8921C (or 0xA8921C) is known color: Lucky. HEX triplet: A8, 92 and 1C. RGB value is (168,146,28). Sum of RGB (Red+Green+Blue) = 168+146+28=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8921C is #576DE3. Grayscale: #8B8B8B. Windows color (decimal): -5729764 or 1872552. OLE color: 1872552.
HSL color Cylindrical-coordinate representation of color #A8921C: hue angle of 50.57º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8921C is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 28 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.34 |
| HSL | 50.57º | 0.71% | 0.38% | - |
| HSV(B) | 50.57º | 0.83% | 0.66% | - |
| XYZ | 26.64 | 28.97 | 5.29 | - |
| YUV | 139.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 28 | 0 | 0.13 | 0.83 | 0.34 | 50.57 | 0.71 | 0.38 |
| Hex | A8 | 92 | 1C | 0 | D | 53 | 22 | 33 | 47 | 26 |
| Octal | 250 | 222 | 34 | 0 | 15 | 123 | 42 | 63 | 107 | 46 |
| Binary | 10101000 | 10010010 | 11100 | 0 | 1101 | 1010011 | 100010 | 110011 | 1000111 | 100110 |
Color Harmonies of #A8921C
Complementary color
Monochromatic Colors of #A8921C
Black with #A8921C
Text Example
Text Example
White with #A8921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8921C; }
p { color: rgb(168,146,28); }
H1.HeaderClassName
{
color: #A8921C;
}
.AnyTagClassName
{
color: #A8921C;
}
</style>
background-color css
<style>
a { background-color: #A8921C; }
a { background-color: rgb(168,146,28); }
div.DivClassName
{
background-color: #A8921C;
}
.BgClassName
{
background-color: #A8921C;
}
</style>
border-color css
<style>
span { border-color: #A8921C; }
span { border-color: rgb(168,146,28); }
td.TdClassName
{
border-color: #A8921C;
}
.TagClassName
{
border-color: #A8921C;
}
</style>