Shades of Bud #ABAC9B
Tints of Bud #ABAC9B
RGB
CMYK
RGB Variations
Color information
#ABAC9B (or 0xABAC9B) is known color: Bud. HEX triplet: AB, AC and 9B. RGB value is (171,172,155). Sum of RGB (Red+Green+Blue) = 171+172+155=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC9B is #545364. Grayscale: #A9A9A9. Windows color (decimal): -5526373 or 10202283. OLE color: 10202283.
HSL color Cylindrical-coordinate representation of color #ABAC9B: hue angle of 63.53º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABAC9B is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 155 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.33 |
| HSL | 63.53º | 0.09% | 0.64% | - |
| HSV(B) | 63.53º | 0.1% | 0.67% | - |
| XYZ | 37.46 | 40.53 | 36.86 | - |
| YUV | 169.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 155 | 0.01 | 0 | 0.10 | 0.33 | 63.53 | 0.09 | 0.64 |
| Hex | AB | AC | 9B | 1 | 0 | A | 21 | 40 | 9 | 40 |
| Octal | 253 | 254 | 233 | 1 | 0 | 12 | 41 | 100 | 11 | 100 |
| Binary | 10101011 | 10101100 | 10011011 | 1 | 0 | 1010 | 100001 | 1000000 | 1001 | 1000000 |
Color Harmonies of #ABAC9B
Complementary color
Monochromatic Colors of #ABAC9B
Black with #ABAC9B
Text Example
Text Example
White with #ABAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC9B; }
p { color: rgb(171,172,155); }
H1.HeaderClassName
{
color: #ABAC9B;
}
.AnyTagClassName
{
color: #ABAC9B;
}
</style>
background-color css
<style>
a { background-color: #ABAC9B; }
a { background-color: rgb(171,172,155); }
div.DivClassName
{
background-color: #ABAC9B;
}
.BgClassName
{
background-color: #ABAC9B;
}
</style>
border-color css
<style>
span { border-color: #ABAC9B; }
span { border-color: rgb(171,172,155); }
td.TdClassName
{
border-color: #ABAC9B;
}
.TagClassName
{
border-color: #ABAC9B;
}
</style>