Shades of Bud #A8B087
Tints of Bud #A8B087
RGB
CMYK
RGB Variations
Color information
#A8B087 (or 0xA8B087) is known color: Bud. HEX triplet: A8, B0 and 87. RGB value is (168,176,135). Sum of RGB (Red+Green+Blue) = 168+176+135=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B087 is #574F78. Grayscale: #A9A9A9. Windows color (decimal): -5721977 or 8892584. OLE color: 8892584.
HSL color Cylindrical-coordinate representation of color #A8B087: 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 #A8B087 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 135 | - |
| 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.05 | 41.12 | 28.96 | - |
| YUV | 168.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 135 | 0.05 | 0 | 0.23 | 0.31 | 71.71 | 0.21 | 0.61 |
| Hex | A8 | B0 | 87 | 5 | 0 | 17 | 1F | 48 | 15 | 3D |
| Octal | 250 | 260 | 207 | 5 | 0 | 27 | 37 | 110 | 25 | 75 |
| Binary | 10101000 | 10110000 | 10000111 | 101 | 0 | 10111 | 11111 | 1001000 | 10101 | 111101 |
Color Harmonies of #A8B087
Complementary color
Monochromatic Colors of #A8B087
Black with #A8B087
Text Example
Text Example
White with #A8B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B087; }
p { color: rgb(168,176,135); }
H1.HeaderClassName
{
color: #A8B087;
}
.AnyTagClassName
{
color: #A8B087;
}
</style>
background-color css
<style>
a { background-color: #A8B087; }
a { background-color: rgb(168,176,135); }
div.DivClassName
{
background-color: #A8B087;
}
.BgClassName
{
background-color: #A8B087;
}
</style>
border-color css
<style>
span { border-color: #A8B087; }
span { border-color: rgb(168,176,135); }
td.TdClassName
{
border-color: #A8B087;
}
.TagClassName
{
border-color: #A8B087;
}
</style>