Shades of Bud #A8B08B
Tints of Bud #A8B08B
RGB
CMYK
RGB Variations
Color information
#A8B08B (or 0xA8B08B) is known color: Bud. HEX triplet: A8, B0 and 8B. RGB value is (168,176,139). Sum of RGB (Red+Green+Blue) = 168+176+139=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B08B is #574F74. Grayscale: #A9A9A9. Windows color (decimal): -5721973 or 9154728. OLE color: 9154728.
HSL color Cylindrical-coordinate representation of color #A8B08B: hue angle of 72.97º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8B08B is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 139 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.31 |
| HSL | 72.97º | 0.19% | 0.62% | - |
| HSV(B) | 72.97º | 0.21% | 0.69% | - |
| XYZ | 36.33 | 41.24 | 30.47 | - |
| YUV | 169.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 139 | 0.05 | 0 | 0.21 | 0.31 | 72.97 | 0.19 | 0.62 |
| Hex | A8 | B0 | 8B | 5 | 0 | 15 | 1F | 49 | 13 | 3E |
| Octal | 250 | 260 | 213 | 5 | 0 | 25 | 37 | 111 | 23 | 76 |
| Binary | 10101000 | 10110000 | 10001011 | 101 | 0 | 10101 | 11111 | 1001001 | 10011 | 111110 |
Color Harmonies of #A8B08B
Complementary color
Monochromatic Colors of #A8B08B
Black with #A8B08B
Text Example
Text Example
White with #A8B08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B08B; }
p { color: rgb(168,176,139); }
H1.HeaderClassName
{
color: #A8B08B;
}
.AnyTagClassName
{
color: #A8B08B;
}
</style>
background-color css
<style>
a { background-color: #A8B08B; }
a { background-color: rgb(168,176,139); }
div.DivClassName
{
background-color: #A8B08B;
}
.BgClassName
{
background-color: #A8B08B;
}
</style>
border-color css
<style>
span { border-color: #A8B08B; }
span { border-color: rgb(168,176,139); }
td.TdClassName
{
border-color: #A8B08B;
}
.TagClassName
{
border-color: #A8B08B;
}
</style>