Shades of Bud #A0AB87
Tints of Bud #A0AB87
RGB
CMYK
RGB Variations
Color information
#A0AB87 (or 0xA0AB87) is known color: Bud. HEX triplet: A0, AB and 87. RGB value is (160,171,135). Sum of RGB (Red+Green+Blue) = 160+171+135=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB87 is #5F5478. Grayscale: #A3A3A3. Windows color (decimal): -6247545 or 8891296. OLE color: 8891296.
HSL color Cylindrical-coordinate representation of color #A0AB87: hue angle of 78.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0AB87 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 135 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.33 |
| HSL | 78.33º | 0.18% | 0.6% | - |
| HSV(B) | 78.33º | 0.21% | 0.67% | - |
| XYZ | 33.43 | 38.35 | 28.56 | - |
| YUV | 163.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 135 | 0.06 | 0 | 0.21 | 0.33 | 78.33 | 0.18 | 0.6 |
| Hex | A0 | AB | 87 | 6 | 0 | 15 | 21 | 4E | 12 | 3C |
| Octal | 240 | 253 | 207 | 6 | 0 | 25 | 41 | 116 | 22 | 74 |
| Binary | 10100000 | 10101011 | 10000111 | 110 | 0 | 10101 | 100001 | 1001110 | 10010 | 111100 |
Color Harmonies of #A0AB87
Complementary color
Monochromatic Colors of #A0AB87
Black with #A0AB87
Text Example
Text Example
White with #A0AB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB87; }
p { color: rgb(160,171,135); }
H1.HeaderClassName
{
color: #A0AB87;
}
.AnyTagClassName
{
color: #A0AB87;
}
</style>
background-color css
<style>
a { background-color: #A0AB87; }
a { background-color: rgb(160,171,135); }
div.DivClassName
{
background-color: #A0AB87;
}
.BgClassName
{
background-color: #A0AB87;
}
</style>
border-color css
<style>
span { border-color: #A0AB87; }
span { border-color: rgb(160,171,135); }
td.TdClassName
{
border-color: #A0AB87;
}
.TagClassName
{
border-color: #A0AB87;
}
</style>