Shades of Bud #A8AB88
Tints of Bud #A8AB88
RGB
CMYK
RGB Variations
Color information
#A8AB88 (or 0xA8AB88) is known color: Bud. HEX triplet: A8, AB and 88. RGB value is (168,171,136). Sum of RGB (Red+Green+Blue) = 168+171+136=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB88 is #575477. Grayscale: #A6A6A6. Windows color (decimal): -5723256 or 8956840. OLE color: 8956840.
HSL color Cylindrical-coordinate representation of color #A8AB88: hue angle of 65.14º 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 #A8AB88 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 136 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.33 |
| HSL | 65.14º | 0.17% | 0.6% | - |
| HSV(B) | 65.14º | 0.2% | 0.67% | - |
| XYZ | 35.16 | 39.23 | 29.01 | - |
| YUV | 166.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 136 | 0.02 | 0 | 0.20 | 0.33 | 65.14 | 0.17 | 0.6 |
| Hex | A8 | AB | 88 | 2 | 0 | 14 | 21 | 41 | 11 | 3C |
| Octal | 250 | 253 | 210 | 2 | 0 | 24 | 41 | 101 | 21 | 74 |
| Binary | 10101000 | 10101011 | 10001000 | 10 | 0 | 10100 | 100001 | 1000001 | 10001 | 111100 |
Color Harmonies of #A8AB88
Complementary color
Monochromatic Colors of #A8AB88
Black with #A8AB88
Text Example
Text Example
White with #A8AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB88; }
p { color: rgb(168,171,136); }
H1.HeaderClassName
{
color: #A8AB88;
}
.AnyTagClassName
{
color: #A8AB88;
}
</style>
background-color css
<style>
a { background-color: #A8AB88; }
a { background-color: rgb(168,171,136); }
div.DivClassName
{
background-color: #A8AB88;
}
.BgClassName
{
background-color: #A8AB88;
}
</style>
border-color css
<style>
span { border-color: #A8AB88; }
span { border-color: rgb(168,171,136); }
td.TdClassName
{
border-color: #A8AB88;
}
.TagClassName
{
border-color: #A8AB88;
}
</style>