Shades of Lucky #A89D1B
Tints of Lucky #A89D1B
RGB
CMYK
RGB Variations
Color information
#A89D1B (or 0xA89D1B) is known color: Lucky. HEX triplet: A8, 9D and 1B. RGB value is (168,157,27). Sum of RGB (Red+Green+Blue) = 168+157+27=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89D1B is #5762E4. Grayscale: #929292. Windows color (decimal): -5726949 or 1809832. OLE color: 1809832.
HSL color Cylindrical-coordinate representation of color #A89D1B: hue angle of 55.32º 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 #A89D1B is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 27 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.34 |
| HSL | 55.32º | 0.72% | 0.38% | - |
| HSV(B) | 55.32º | 0.84% | 0.66% | - |
| XYZ | 28.4 | 32.52 | 5.82 | - |
| YUV | 145.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 27 | 0 | 0.07 | 0.84 | 0.34 | 55.32 | 0.72 | 0.38 |
| Hex | A8 | 9D | 1B | 0 | 7 | 54 | 22 | 37 | 48 | 26 |
| Octal | 250 | 235 | 33 | 0 | 7 | 124 | 42 | 67 | 110 | 46 |
| Binary | 10101000 | 10011101 | 11011 | 0 | 111 | 1010100 | 100010 | 110111 | 1001000 | 100110 |
Color Harmonies of #A89D1B
Complementary color
Monochromatic Colors of #A89D1B
Black with #A89D1B
Text Example
Text Example
White with #A89D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D1B; }
p { color: rgb(168,157,27); }
H1.HeaderClassName
{
color: #A89D1B;
}
.AnyTagClassName
{
color: #A89D1B;
}
</style>
background-color css
<style>
a { background-color: #A89D1B; }
a { background-color: rgb(168,157,27); }
div.DivClassName
{
background-color: #A89D1B;
}
.BgClassName
{
background-color: #A89D1B;
}
</style>
border-color css
<style>
span { border-color: #A89D1B; }
span { border-color: rgb(168,157,27); }
td.TdClassName
{
border-color: #A89D1B;
}
.TagClassName
{
border-color: #A89D1B;
}
</style>