Shades of Lucky #A89F1B
Tints of Lucky #A89F1B
RGB
CMYK
RGB Variations
Color information
#A89F1B (or 0xA89F1B) is known color: Lucky. HEX triplet: A8, 9F and 1B. RGB value is (168,159,27). Sum of RGB (Red+Green+Blue) = 168+159+27=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89F1B is #5760E4. Grayscale: #939393. Windows color (decimal): -5726437 or 1810344. OLE color: 1810344.
HSL color Cylindrical-coordinate representation of color #A89F1B: hue angle of 56.17º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A89F1B is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 27 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.34 |
| HSL | 56.17º | 0.72% | 0.38% | - |
| HSV(B) | 56.17º | 0.84% | 0.66% | - |
| XYZ | 28.74 | 33.2 | 5.93 | - |
| YUV | 146.64 | 60.48 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 27 | 0 | 0.05 | 0.84 | 0.34 | 56.17 | 0.72 | 0.38 |
| Hex | A8 | 9F | 1B | 0 | 5 | 54 | 22 | 38 | 48 | 26 |
| Octal | 250 | 237 | 33 | 0 | 5 | 124 | 42 | 70 | 110 | 46 |
| Binary | 10101000 | 10011111 | 11011 | 0 | 101 | 1010100 | 100010 | 111000 | 1001000 | 100110 |
Color Harmonies of #A89F1B
Complementary color
Monochromatic Colors of #A89F1B
Black with #A89F1B
Text Example
Text Example
White with #A89F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F1B; }
p { color: rgb(168,159,27); }
H1.HeaderClassName
{
color: #A89F1B;
}
.AnyTagClassName
{
color: #A89F1B;
}
</style>
background-color css
<style>
a { background-color: #A89F1B; }
a { background-color: rgb(168,159,27); }
div.DivClassName
{
background-color: #A89F1B;
}
.BgClassName
{
background-color: #A89F1B;
}
</style>
border-color css
<style>
span { border-color: #A89F1B; }
span { border-color: rgb(168,159,27); }
td.TdClassName
{
border-color: #A89F1B;
}
.TagClassName
{
border-color: #A89F1B;
}
</style>