Shades of Bud #A9B188
Tints of Bud #A9B188
RGB
CMYK
RGB Variations
Color information
#A9B188 (or 0xA9B188) is known color: Bud. HEX triplet: A9, B1 and 88. RGB value is (169,177,136). Sum of RGB (Red+Green+Blue) = 169+177+136=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B188 is #564E77. Grayscale: #AAAAAA. Windows color (decimal): -5656184 or 8958377. OLE color: 8958377.
HSL color Cylindrical-coordinate representation of color #A9B188: hue angle of 71.71º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9B188 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 177 | 136 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.31 |
| HSL | 71.71º | 0.21% | 0.61% | - |
| HSV(B) | 71.71º | 0.23% | 0.69% | - |
| XYZ | 36.53 | 41.66 | 29.41 | - |
| YUV | 169.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 177 | 136 | 0.05 | 0 | 0.23 | 0.31 | 71.71 | 0.21 | 0.61 |
| Hex | A9 | B1 | 88 | 5 | 0 | 17 | 1F | 48 | 15 | 3D |
| Octal | 251 | 261 | 210 | 5 | 0 | 27 | 37 | 110 | 25 | 75 |
| Binary | 10101001 | 10110001 | 10001000 | 101 | 0 | 10111 | 11111 | 1001000 | 10101 | 111101 |
Color Harmonies of #A9B188
Complementary color
Monochromatic Colors of #A9B188
Black with #A9B188
Text Example
Text Example
White with #A9B188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B188; }
p { color: rgb(169,177,136); }
H1.HeaderClassName
{
color: #A9B188;
}
.AnyTagClassName
{
color: #A9B188;
}
</style>
background-color css
<style>
a { background-color: #A9B188; }
a { background-color: rgb(169,177,136); }
div.DivClassName
{
background-color: #A9B188;
}
.BgClassName
{
background-color: #A9B188;
}
</style>
border-color css
<style>
span { border-color: #A9B188; }
span { border-color: rgb(169,177,136); }
td.TdClassName
{
border-color: #A9B188;
}
.TagClassName
{
border-color: #A9B188;
}
</style>