Shades of Bud #ABAB89
Tints of Bud #ABAB89
RGB
CMYK
RGB Variations
Color information
#ABAB89 (or 0xABAB89) is known color: Bud. HEX triplet: AB, AB and 89. RGB value is (171,171,137). Sum of RGB (Red+Green+Blue) = 171+171+137=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB89 is #545476. Grayscale: #A7A7A7. Windows color (decimal): -5526647 or 9022379. OLE color: 9022379.
HSL color Cylindrical-coordinate representation of color #ABAB89: hue angle of 60º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABAB89 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 137 | - |
| CMYK | 0 | 0 | 0.20 | 0.33 |
| HSL | 60º | 0.17% | 0.6% | - |
| HSV(B) | 60º | 0.2% | 0.67% | - |
| XYZ | 35.87 | 39.59 | 29.42 | - |
| YUV | 167.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 137 | 0 | 0 | 0.20 | 0.33 | 60 | 0.17 | 0.6 |
| Hex | AB | AB | 89 | 0 | 0 | 14 | 21 | 3C | 11 | 3C |
| Octal | 253 | 253 | 211 | 0 | 0 | 24 | 41 | 74 | 21 | 74 |
| Binary | 10101011 | 10101011 | 10001001 | 0 | 0 | 10100 | 100001 | 111100 | 10001 | 111100 |
Color Harmonies of #ABAB89
Complementary color
Monochromatic Colors of #ABAB89
Black with #ABAB89
Text Example
Text Example
White with #ABAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB89; }
p { color: rgb(171,171,137); }
H1.HeaderClassName
{
color: #ABAB89;
}
.AnyTagClassName
{
color: #ABAB89;
}
</style>
background-color css
<style>
a { background-color: #ABAB89; }
a { background-color: rgb(171,171,137); }
div.DivClassName
{
background-color: #ABAB89;
}
.BgClassName
{
background-color: #ABAB89;
}
</style>
border-color css
<style>
span { border-color: #ABAB89; }
span { border-color: rgb(171,171,137); }
td.TdClassName
{
border-color: #ABAB89;
}
.TagClassName
{
border-color: #ABAB89;
}
</style>