Shades of Bud #A8B085
Tints of Bud #A8B085
RGB
CMYK
RGB Variations
Color information
#A8B085 (or 0xA8B085) is known color: Bud. HEX triplet: A8, B0 and 85. RGB value is (168,176,133). Sum of RGB (Red+Green+Blue) = 168+176+133=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B085 is #574F7A. Grayscale: #A8A8A8. Windows color (decimal): -5721979 or 8761512. OLE color: 8761512.
HSL color Cylindrical-coordinate representation of color #A8B085: hue angle of 71.16º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8B085 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 133 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.31 |
| HSL | 71.16º | 0.21% | 0.61% | - |
| HSV(B) | 71.16º | 0.24% | 0.69% | - |
| XYZ | 35.91 | 41.07 | 28.22 | - |
| YUV | 168.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 133 | 0.05 | 0 | 0.24 | 0.31 | 71.16 | 0.21 | 0.61 |
| Hex | A8 | B0 | 85 | 5 | 0 | 18 | 1F | 47 | 15 | 3D |
| Octal | 250 | 260 | 205 | 5 | 0 | 30 | 37 | 107 | 25 | 75 |
| Binary | 10101000 | 10110000 | 10000101 | 101 | 0 | 11000 | 11111 | 1000111 | 10101 | 111101 |
Color Harmonies of #A8B085
Complementary color
Monochromatic Colors of #A8B085
Black with #A8B085
Text Example
Text Example
White with #A8B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B085; }
p { color: rgb(168,176,133); }
H1.HeaderClassName
{
color: #A8B085;
}
.AnyTagClassName
{
color: #A8B085;
}
</style>
background-color css
<style>
a { background-color: #A8B085; }
a { background-color: rgb(168,176,133); }
div.DivClassName
{
background-color: #A8B085;
}
.BgClassName
{
background-color: #A8B085;
}
</style>
border-color css
<style>
span { border-color: #A8B085; }
span { border-color: rgb(168,176,133); }
td.TdClassName
{
border-color: #A8B085;
}
.TagClassName
{
border-color: #A8B085;
}
</style>