Shades of Bud #A8B186
Tints of Bud #A8B186
RGB
CMYK
RGB Variations
Color information
#A8B186 (or 0xA8B186) is known color: Bud. HEX triplet: A8, B1 and 86. RGB value is (168,177,134). Sum of RGB (Red+Green+Blue) = 168+177+134=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B186 is #574E79. Grayscale: #A9A9A9. Windows color (decimal): -5721722 or 8827304. OLE color: 8827304.
HSL color Cylindrical-coordinate representation of color #A8B186: hue angle of 72.56º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8B186 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 134 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.31 |
| HSL | 72.56º | 0.22% | 0.61% | - |
| HSV(B) | 72.56º | 0.24% | 0.69% | - |
| XYZ | 36.17 | 41.49 | 28.66 | - |
| YUV | 169.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 134 | 0.05 | 0 | 0.24 | 0.31 | 72.56 | 0.22 | 0.61 |
| Hex | A8 | B1 | 86 | 5 | 0 | 18 | 1F | 49 | 16 | 3D |
| Octal | 250 | 261 | 206 | 5 | 0 | 30 | 37 | 111 | 26 | 75 |
| Binary | 10101000 | 10110001 | 10000110 | 101 | 0 | 11000 | 11111 | 1001001 | 10110 | 111101 |
Color Harmonies of #A8B186
Complementary color
Monochromatic Colors of #A8B186
Black with #A8B186
Text Example
Text Example
White with #A8B186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B186; }
p { color: rgb(168,177,134); }
H1.HeaderClassName
{
color: #A8B186;
}
.AnyTagClassName
{
color: #A8B186;
}
</style>
background-color css
<style>
a { background-color: #A8B186; }
a { background-color: rgb(168,177,134); }
div.DivClassName
{
background-color: #A8B186;
}
.BgClassName
{
background-color: #A8B186;
}
</style>
border-color css
<style>
span { border-color: #A8B186; }
span { border-color: rgb(168,177,134); }
td.TdClassName
{
border-color: #A8B186;
}
.TagClassName
{
border-color: #A8B186;
}
</style>