Shades of Bud #ABAB8B
Tints of Bud #ABAB8B
RGB
CMYK
RGB Variations
Color information
#ABAB8B (or 0xABAB8B) is known color: Bud. HEX triplet: AB, AB and 8B. RGB value is (171,171,139). Sum of RGB (Red+Green+Blue) = 171+171+139=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB8B is #545474. Grayscale: #A7A7A7. Windows color (decimal): -5526645 or 9153451. OLE color: 9153451.
HSL color Cylindrical-coordinate representation of color #ABAB8B: hue angle of 60º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABAB8B is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 139 | - |
| CMYK | 0 | 0 | 0.19 | 0.33 |
| HSL | 60º | 0.16% | 0.61% | - |
| HSV(B) | 60º | 0.19% | 0.67% | - |
| XYZ | 36.02 | 39.65 | 30.18 | - |
| YUV | 167.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 139 | 0 | 0 | 0.19 | 0.33 | 60 | 0.16 | 0.61 |
| Hex | AB | AB | 8B | 0 | 0 | 13 | 21 | 3C | 10 | 3D |
| Octal | 253 | 253 | 213 | 0 | 0 | 23 | 41 | 74 | 20 | 75 |
| Binary | 10101011 | 10101011 | 10001011 | 0 | 0 | 10011 | 100001 | 111100 | 10000 | 111101 |
Color Harmonies of #ABAB8B
Complementary color
Monochromatic Colors of #ABAB8B
Black with #ABAB8B
Text Example
Text Example
White with #ABAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB8B; }
p { color: rgb(171,171,139); }
H1.HeaderClassName
{
color: #ABAB8B;
}
.AnyTagClassName
{
color: #ABAB8B;
}
</style>
background-color css
<style>
a { background-color: #ABAB8B; }
a { background-color: rgb(171,171,139); }
div.DivClassName
{
background-color: #ABAB8B;
}
.BgClassName
{
background-color: #ABAB8B;
}
</style>
border-color css
<style>
span { border-color: #ABAB8B; }
span { border-color: rgb(171,171,139); }
td.TdClassName
{
border-color: #ABAB8B;
}
.TagClassName
{
border-color: #ABAB8B;
}
</style>