Shades of Bud #ABAC8D
Tints of Bud #ABAC8D
RGB
CMYK
RGB Variations
Color information
#ABAC8D (or 0xABAC8D) is known color: Bud. HEX triplet: AB, AC and 8D. RGB value is (171,172,141). Sum of RGB (Red+Green+Blue) = 171+172+141=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC8D is #545372. Grayscale: #A8A8A8. Windows color (decimal): -5526387 or 9284779. OLE color: 9284779.
HSL color Cylindrical-coordinate representation of color #ABAC8D: hue angle of 61.94º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABAC8D is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 141 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.33 |
| HSL | 61.94º | 0.16% | 0.61% | - |
| HSV(B) | 61.94º | 0.18% | 0.67% | - |
| XYZ | 36.35 | 40.09 | 31.02 | - |
| YUV | 168.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 141 | 0.01 | 0 | 0.18 | 0.33 | 61.94 | 0.16 | 0.61 |
| Hex | AB | AC | 8D | 1 | 0 | 12 | 21 | 3E | 10 | 3D |
| Octal | 253 | 254 | 215 | 1 | 0 | 22 | 41 | 76 | 20 | 75 |
| Binary | 10101011 | 10101100 | 10001101 | 1 | 0 | 10010 | 100001 | 111110 | 10000 | 111101 |
Color Harmonies of #ABAC8D
Complementary color
Monochromatic Colors of #ABAC8D
Black with #ABAC8D
Text Example
Text Example
White with #ABAC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC8D; }
p { color: rgb(171,172,141); }
H1.HeaderClassName
{
color: #ABAC8D;
}
.AnyTagClassName
{
color: #ABAC8D;
}
</style>
background-color css
<style>
a { background-color: #ABAC8D; }
a { background-color: rgb(171,172,141); }
div.DivClassName
{
background-color: #ABAC8D;
}
.BgClassName
{
background-color: #ABAC8D;
}
</style>
border-color css
<style>
span { border-color: #ABAC8D; }
span { border-color: rgb(171,172,141); }
td.TdClassName
{
border-color: #ABAC8D;
}
.TagClassName
{
border-color: #ABAC8D;
}
</style>