Shades of Bud #ABAB8E
Tints of Bud #ABAB8E
RGB
CMYK
RGB Variations
Color information
#ABAB8E (or 0xABAB8E) is known color: Bud. HEX triplet: AB, AB and 8E. RGB value is (171,171,142). Sum of RGB (Red+Green+Blue) = 171+171+142=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB8E is #545471. Grayscale: #A7A7A7. Windows color (decimal): -5526642 or 9350059. OLE color: 9350059.
HSL color Cylindrical-coordinate representation of color #ABAB8E: hue angle of 60º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABAB8E is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 142 | - |
| CMYK | 0 | 0 | 0.17 | 0.33 |
| HSL | 60º | 0.15% | 0.61% | - |
| HSV(B) | 60º | 0.17% | 0.67% | - |
| XYZ | 36.24 | 39.74 | 31.35 | - |
| YUV | 167.69 | 113.5 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 142 | 0 | 0 | 0.17 | 0.33 | 60 | 0.15 | 0.61 |
| Hex | AB | AB | 8E | 0 | 0 | 11 | 21 | 3C | F | 3D |
| Octal | 253 | 253 | 216 | 0 | 0 | 21 | 41 | 74 | 17 | 75 |
| Binary | 10101011 | 10101011 | 10001110 | 0 | 0 | 10001 | 100001 | 111100 | 1111 | 111101 |
Color Harmonies of #ABAB8E
Complementary color
Monochromatic Colors of #ABAB8E
Black with #ABAB8E
Text Example
Text Example
White with #ABAB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB8E; }
p { color: rgb(171,171,142); }
H1.HeaderClassName
{
color: #ABAB8E;
}
.AnyTagClassName
{
color: #ABAB8E;
}
</style>
background-color css
<style>
a { background-color: #ABAB8E; }
a { background-color: rgb(171,171,142); }
div.DivClassName
{
background-color: #ABAB8E;
}
.BgClassName
{
background-color: #ABAB8E;
}
</style>
border-color css
<style>
span { border-color: #ABAB8E; }
span { border-color: rgb(171,171,142); }
td.TdClassName
{
border-color: #ABAB8E;
}
.TagClassName
{
border-color: #ABAB8E;
}
</style>