Shades of Bud #ABAC94
Tints of Bud #ABAC94
RGB
CMYK
RGB Variations
Color information
#ABAC94 (or 0xABAC94) is known color: Bud. HEX triplet: AB, AC and 94. RGB value is (171,172,148). Sum of RGB (Red+Green+Blue) = 171+172+148=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC94 is #54536B. Grayscale: #A9A9A9. Windows color (decimal): -5526380 or 9743531. OLE color: 9743531.
HSL color Cylindrical-coordinate representation of color #ABAC94: hue angle of 62.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABAC94 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 148 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.33 |
| HSL | 62.5º | 0.13% | 0.63% | - |
| HSV(B) | 62.5º | 0.14% | 0.67% | - |
| XYZ | 36.89 | 40.3 | 33.85 | - |
| YUV | 168.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 148 | 0.01 | 0 | 0.14 | 0.33 | 62.5 | 0.13 | 0.63 |
| Hex | AB | AC | 94 | 1 | 0 | E | 21 | 3F | D | 3F |
| Octal | 253 | 254 | 224 | 1 | 0 | 16 | 41 | 77 | 15 | 77 |
| Binary | 10101011 | 10101100 | 10010100 | 1 | 0 | 1110 | 100001 | 111111 | 1101 | 111111 |
Color Harmonies of #ABAC94
Complementary color
Monochromatic Colors of #ABAC94
Black with #ABAC94
Text Example
Text Example
White with #ABAC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC94; }
p { color: rgb(171,172,148); }
H1.HeaderClassName
{
color: #ABAC94;
}
.AnyTagClassName
{
color: #ABAC94;
}
</style>
background-color css
<style>
a { background-color: #ABAC94; }
a { background-color: rgb(171,172,148); }
div.DivClassName
{
background-color: #ABAC94;
}
.BgClassName
{
background-color: #ABAC94;
}
</style>
border-color css
<style>
span { border-color: #ABAC94; }
span { border-color: rgb(171,172,148); }
td.TdClassName
{
border-color: #ABAC94;
}
.TagClassName
{
border-color: #ABAC94;
}
</style>