Shades of Bud #A8B08A
Tints of Bud #A8B08A
RGB
CMYK
RGB Variations
Color information
#A8B08A (or 0xA8B08A) is known color: Bud. HEX triplet: A8, B0 and 8A. RGB value is (168,176,138). Sum of RGB (Red+Green+Blue) = 168+176+138=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B08A is #574F75. Grayscale: #A9A9A9. Windows color (decimal): -5721974 or 9089192. OLE color: 9089192.
HSL color Cylindrical-coordinate representation of color #A8B08A: hue angle of 72.63º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8B08A is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 138 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.31 |
| HSL | 72.63º | 0.19% | 0.62% | - |
| HSV(B) | 72.63º | 0.22% | 0.69% | - |
| XYZ | 36.26 | 41.21 | 30.09 | - |
| YUV | 169.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 138 | 0.05 | 0 | 0.22 | 0.31 | 72.63 | 0.19 | 0.62 |
| Hex | A8 | B0 | 8A | 5 | 0 | 16 | 1F | 49 | 13 | 3E |
| Octal | 250 | 260 | 212 | 5 | 0 | 26 | 37 | 111 | 23 | 76 |
| Binary | 10101000 | 10110000 | 10001010 | 101 | 0 | 10110 | 11111 | 1001001 | 10011 | 111110 |
Color Harmonies of #A8B08A
Complementary color
Monochromatic Colors of #A8B08A
Black with #A8B08A
Text Example
Text Example
White with #A8B08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B08A; }
p { color: rgb(168,176,138); }
H1.HeaderClassName
{
color: #A8B08A;
}
.AnyTagClassName
{
color: #A8B08A;
}
</style>
background-color css
<style>
a { background-color: #A8B08A; }
a { background-color: rgb(168,176,138); }
div.DivClassName
{
background-color: #A8B08A;
}
.BgClassName
{
background-color: #A8B08A;
}
</style>
border-color css
<style>
span { border-color: #A8B08A; }
span { border-color: rgb(168,176,138); }
td.TdClassName
{
border-color: #A8B08A;
}
.TagClassName
{
border-color: #A8B08A;
}
</style>