Shades of Bud #A4AB88
Tints of Bud #A4AB88
RGB
CMYK
RGB Variations
Color information
#A4AB88 (or 0xA4AB88) is known color: Bud. HEX triplet: A4, AB and 88. RGB value is (164,171,136). Sum of RGB (Red+Green+Blue) = 164+171+136=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB88 is #5B5477. Grayscale: #A5A5A5. Windows color (decimal): -5985400 or 8956836. OLE color: 8956836.
HSL color Cylindrical-coordinate representation of color #A4AB88: hue angle of 72º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4AB88 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 136 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.33 |
| HSL | 72º | 0.17% | 0.6% | - |
| HSV(B) | 72º | 0.2% | 0.67% | - |
| XYZ | 34.32 | 38.8 | 28.97 | - |
| YUV | 164.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 136 | 0.04 | 0 | 0.20 | 0.33 | 72 | 0.17 | 0.6 |
| Hex | A4 | AB | 88 | 4 | 0 | 14 | 21 | 48 | 11 | 3C |
| Octal | 244 | 253 | 210 | 4 | 0 | 24 | 41 | 110 | 21 | 74 |
| Binary | 10100100 | 10101011 | 10001000 | 100 | 0 | 10100 | 100001 | 1001000 | 10001 | 111100 |
Color Harmonies of #A4AB88
Complementary color
Monochromatic Colors of #A4AB88
Black with #A4AB88
Text Example
Text Example
White with #A4AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB88; }
p { color: rgb(164,171,136); }
H1.HeaderClassName
{
color: #A4AB88;
}
.AnyTagClassName
{
color: #A4AB88;
}
</style>
background-color css
<style>
a { background-color: #A4AB88; }
a { background-color: rgb(164,171,136); }
div.DivClassName
{
background-color: #A4AB88;
}
.BgClassName
{
background-color: #A4AB88;
}
</style>
border-color css
<style>
span { border-color: #A4AB88; }
span { border-color: rgb(164,171,136); }
td.TdClassName
{
border-color: #A4AB88;
}
.TagClassName
{
border-color: #A4AB88;
}
</style>