Shades of Bud #A8B185
Tints of Bud #A8B185
RGB
CMYK
RGB Variations
Color information
#A8B185 (or 0xA8B185) is known color: Bud. HEX triplet: A8, B1 and 85. RGB value is (168,177,133). Sum of RGB (Red+Green+Blue) = 168+177+133=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B185 is #574E7A. Grayscale: #A9A9A9. Windows color (decimal): -5721723 or 8761768. OLE color: 8761768.
HSL color Cylindrical-coordinate representation of color #A8B185: hue angle of 72.27º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8B185 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 133 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.31 |
| HSL | 72.27º | 0.22% | 0.61% | - |
| HSV(B) | 72.27º | 0.25% | 0.69% | - |
| XYZ | 36.1 | 41.46 | 28.29 | - |
| YUV | 169.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 133 | 0.05 | 0 | 0.25 | 0.31 | 72.27 | 0.22 | 0.61 |
| Hex | A8 | B1 | 85 | 5 | 0 | 19 | 1F | 48 | 16 | 3D |
| Octal | 250 | 261 | 205 | 5 | 0 | 31 | 37 | 110 | 26 | 75 |
| Binary | 10101000 | 10110001 | 10000101 | 101 | 0 | 11001 | 11111 | 1001000 | 10110 | 111101 |
Color Harmonies of #A8B185
Complementary color
Monochromatic Colors of #A8B185
Black with #A8B185
Text Example
Text Example
White with #A8B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B185; }
p { color: rgb(168,177,133); }
H1.HeaderClassName
{
color: #A8B185;
}
.AnyTagClassName
{
color: #A8B185;
}
</style>
background-color css
<style>
a { background-color: #A8B185; }
a { background-color: rgb(168,177,133); }
div.DivClassName
{
background-color: #A8B185;
}
.BgClassName
{
background-color: #A8B185;
}
</style>
border-color css
<style>
span { border-color: #A8B185; }
span { border-color: rgb(168,177,133); }
td.TdClassName
{
border-color: #A8B185;
}
.TagClassName
{
border-color: #A8B185;
}
</style>