Shades of Bud #ABAC8B
Tints of Bud #ABAC8B
RGB
CMYK
RGB Variations
Color information
#ABAC8B (or 0xABAC8B) is known color: Bud. HEX triplet: AB, AC and 8B. RGB value is (171,172,139). Sum of RGB (Red+Green+Blue) = 171+172+139=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC8B is #545374. Grayscale: #A8A8A8. Windows color (decimal): -5526389 or 9153707. OLE color: 9153707.
HSL color Cylindrical-coordinate representation of color #ABAC8B: hue angle of 61.82º degrees, saturation: 0.17, 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 #ABAC8B is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 139 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.33 |
| HSL | 61.82º | 0.17% | 0.61% | - |
| HSV(B) | 61.82º | 0.19% | 0.67% | - |
| XYZ | 36.21 | 40.03 | 30.24 | - |
| YUV | 167.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 139 | 0.01 | 0 | 0.19 | 0.33 | 61.82 | 0.17 | 0.61 |
| Hex | AB | AC | 8B | 1 | 0 | 13 | 21 | 3E | 11 | 3D |
| Octal | 253 | 254 | 213 | 1 | 0 | 23 | 41 | 76 | 21 | 75 |
| Binary | 10101011 | 10101100 | 10001011 | 1 | 0 | 10011 | 100001 | 111110 | 10001 | 111101 |
Color Harmonies of #ABAC8B
Complementary color
Monochromatic Colors of #ABAC8B
Black with #ABAC8B
Text Example
Text Example
White with #ABAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC8B; }
p { color: rgb(171,172,139); }
H1.HeaderClassName
{
color: #ABAC8B;
}
.AnyTagClassName
{
color: #ABAC8B;
}
</style>
background-color css
<style>
a { background-color: #ABAC8B; }
a { background-color: rgb(171,172,139); }
div.DivClassName
{
background-color: #ABAC8B;
}
.BgClassName
{
background-color: #ABAC8B;
}
</style>
border-color css
<style>
span { border-color: #ABAC8B; }
span { border-color: rgb(171,172,139); }
td.TdClassName
{
border-color: #ABAC8B;
}
.TagClassName
{
border-color: #ABAC8B;
}
</style>