Shades of Bud #A8B088
Tints of Bud #A8B088
RGB
CMYK
RGB Variations
Color information
#A8B088 (or 0xA8B088) is known color: Bud. HEX triplet: A8, B0 and 88. RGB value is (168,176,136). Sum of RGB (Red+Green+Blue) = 168+176+136=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B088 is #574F77. Grayscale: #A9A9A9. Windows color (decimal): -5721976 or 8958120. OLE color: 8958120.
HSL color Cylindrical-coordinate representation of color #A8B088: hue angle of 72º degrees, saturation: 0.2, 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 #A8B088 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 136 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.31 |
| HSL | 72º | 0.2% | 0.61% | - |
| HSV(B) | 72º | 0.23% | 0.69% | - |
| XYZ | 36.12 | 41.15 | 29.33 | - |
| YUV | 169.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 136 | 0.05 | 0 | 0.23 | 0.31 | 72 | 0.2 | 0.61 |
| Hex | A8 | B0 | 88 | 5 | 0 | 17 | 1F | 48 | 14 | 3D |
| Octal | 250 | 260 | 210 | 5 | 0 | 27 | 37 | 110 | 24 | 75 |
| Binary | 10101000 | 10110000 | 10001000 | 101 | 0 | 10111 | 11111 | 1001000 | 10100 | 111101 |
Color Harmonies of #A8B088
Complementary color
Monochromatic Colors of #A8B088
Black with #A8B088
Text Example
Text Example
White with #A8B088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B088; }
p { color: rgb(168,176,136); }
H1.HeaderClassName
{
color: #A8B088;
}
.AnyTagClassName
{
color: #A8B088;
}
</style>
background-color css
<style>
a { background-color: #A8B088; }
a { background-color: rgb(168,176,136); }
div.DivClassName
{
background-color: #A8B088;
}
.BgClassName
{
background-color: #A8B088;
}
</style>
border-color css
<style>
span { border-color: #A8B088; }
span { border-color: rgb(168,176,136); }
td.TdClassName
{
border-color: #A8B088;
}
.TagClassName
{
border-color: #A8B088;
}
</style>