Shades of Lucky #A8982B
Tints of Lucky #A8982B
RGB
CMYK
RGB Variations
Color information
#A8982B (or 0xA8982B) is known color: Lucky. HEX triplet: A8, 98 and 2B. RGB value is (168,152,43). Sum of RGB (Red+Green+Blue) = 168+152+43=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8982B is #5767D4. Grayscale: #909090. Windows color (decimal): -5728213 or 2857128. OLE color: 2857128.
HSL color Cylindrical-coordinate representation of color #A8982B: hue angle of 52.32º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8982B is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 43 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.34 |
| HSL | 52.32º | 0.59% | 0.41% | - |
| HSV(B) | 52.32º | 0.74% | 0.66% | - |
| XYZ | 27.81 | 30.96 | 6.79 | - |
| YUV | 144.36 | 70.8 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 43 | 0 | 0.10 | 0.74 | 0.34 | 52.32 | 0.59 | 0.41 |
| Hex | A8 | 98 | 2B | 0 | A | 4A | 22 | 34 | 3B | 29 |
| Octal | 250 | 230 | 53 | 0 | 12 | 112 | 42 | 64 | 73 | 51 |
| Binary | 10101000 | 10011000 | 101011 | 0 | 1010 | 1001010 | 100010 | 110100 | 111011 | 101001 |
Color Harmonies of #A8982B
Complementary color
Monochromatic Colors of #A8982B
Black with #A8982B
Text Example
Text Example
White with #A8982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8982B; }
p { color: rgb(168,152,43); }
H1.HeaderClassName
{
color: #A8982B;
}
.AnyTagClassName
{
color: #A8982B;
}
</style>
background-color css
<style>
a { background-color: #A8982B; }
a { background-color: rgb(168,152,43); }
div.DivClassName
{
background-color: #A8982B;
}
.BgClassName
{
background-color: #A8982B;
}
</style>
border-color css
<style>
span { border-color: #A8982B; }
span { border-color: rgb(168,152,43); }
td.TdClassName
{
border-color: #A8982B;
}
.TagClassName
{
border-color: #A8982B;
}
</style>