Shades of Lucky #A89F2C
Tints of Lucky #A89F2C
RGB
CMYK
RGB Variations
Color information
#A89F2C (or 0xA89F2C) is known color: Lucky. HEX triplet: A8, 9F and 2C. RGB value is (168,159,44). Sum of RGB (Red+Green+Blue) = 168+159+44=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89F2C is #5760D3. Grayscale: #959595. Windows color (decimal): -5726420 or 2924456. OLE color: 2924456.
HSL color Cylindrical-coordinate representation of color #A89F2C: hue angle of 55.65º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A89F2C is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 44 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.34 |
| HSL | 55.65º | 0.58% | 0.42% | - |
| HSV(B) | 55.65º | 0.74% | 0.66% | - |
| XYZ | 29 | 33.3 | 7.28 | - |
| YUV | 148.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 44 | 0 | 0.05 | 0.74 | 0.34 | 55.65 | 0.58 | 0.42 |
| Hex | A8 | 9F | 2C | 0 | 5 | 4A | 22 | 38 | 3A | 2A |
| Octal | 250 | 237 | 54 | 0 | 5 | 112 | 42 | 70 | 72 | 52 |
| Binary | 10101000 | 10011111 | 101100 | 0 | 101 | 1001010 | 100010 | 111000 | 111010 | 101010 |
Color Harmonies of #A89F2C
Complementary color
Monochromatic Colors of #A89F2C
Black with #A89F2C
Text Example
Text Example
White with #A89F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F2C; }
p { color: rgb(168,159,44); }
H1.HeaderClassName
{
color: #A89F2C;
}
.AnyTagClassName
{
color: #A89F2C;
}
</style>
background-color css
<style>
a { background-color: #A89F2C; }
a { background-color: rgb(168,159,44); }
div.DivClassName
{
background-color: #A89F2C;
}
.BgClassName
{
background-color: #A89F2C;
}
</style>
border-color css
<style>
span { border-color: #A89F2C; }
span { border-color: rgb(168,159,44); }
td.TdClassName
{
border-color: #A89F2C;
}
.TagClassName
{
border-color: #A89F2C;
}
</style>