Shades of Bud #A8AB89
Tints of Bud #A8AB89
RGB
CMYK
RGB Variations
Color information
#A8AB89 (or 0xA8AB89) is known color: Bud. HEX triplet: A8, AB and 89. RGB value is (168,171,137). Sum of RGB (Red+Green+Blue) = 168+171+137=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB89 is #575476. Grayscale: #A6A6A6. Windows color (decimal): -5723255 or 9022376. OLE color: 9022376.
HSL color Cylindrical-coordinate representation of color #A8AB89: hue angle of 65.29º 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 #A8AB89 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 137 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.33 |
| HSL | 65.29º | 0.17% | 0.6% | - |
| HSV(B) | 65.29º | 0.2% | 0.67% | - |
| XYZ | 35.23 | 39.26 | 29.39 | - |
| YUV | 166.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 137 | 0.02 | 0 | 0.20 | 0.33 | 65.29 | 0.17 | 0.6 |
| Hex | A8 | AB | 89 | 2 | 0 | 14 | 21 | 41 | 11 | 3C |
| Octal | 250 | 253 | 211 | 2 | 0 | 24 | 41 | 101 | 21 | 74 |
| Binary | 10101000 | 10101011 | 10001001 | 10 | 0 | 10100 | 100001 | 1000001 | 10001 | 111100 |
Color Harmonies of #A8AB89
Complementary color
Monochromatic Colors of #A8AB89
Black with #A8AB89
Text Example
Text Example
White with #A8AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB89; }
p { color: rgb(168,171,137); }
H1.HeaderClassName
{
color: #A8AB89;
}
.AnyTagClassName
{
color: #A8AB89;
}
</style>
background-color css
<style>
a { background-color: #A8AB89; }
a { background-color: rgb(168,171,137); }
div.DivClassName
{
background-color: #A8AB89;
}
.BgClassName
{
background-color: #A8AB89;
}
</style>
border-color css
<style>
span { border-color: #A8AB89; }
span { border-color: rgb(168,171,137); }
td.TdClassName
{
border-color: #A8AB89;
}
.TagClassName
{
border-color: #A8AB89;
}
</style>