Shades of Bud #A8B286
Tints of Bud #A8B286
RGB
CMYK
RGB Variations
Color information
#A8B286 (or 0xA8B286) is known color: Bud. HEX triplet: A8, B2 and 86. RGB value is (168,178,134). Sum of RGB (Red+Green+Blue) = 168+178+134=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B286 is #574D79. Grayscale: #AAAAAA. Windows color (decimal): -5721466 or 8827560. OLE color: 8827560.
HSL color Cylindrical-coordinate representation of color #A8B286: hue angle of 73.64º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8B286 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 134 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.30 |
| HSL | 73.64º | 0.22% | 0.61% | - |
| HSV(B) | 73.64º | 0.25% | 0.7% | - |
| XYZ | 36.37 | 41.89 | 28.72 | - |
| YUV | 169.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 134 | 0.06 | 0 | 0.25 | 0.30 | 73.64 | 0.22 | 0.61 |
| Hex | A8 | B2 | 86 | 6 | 0 | 19 | 1E | 4A | 16 | 3D |
| Octal | 250 | 262 | 206 | 6 | 0 | 31 | 36 | 112 | 26 | 75 |
| Binary | 10101000 | 10110010 | 10000110 | 110 | 0 | 11001 | 11110 | 1001010 | 10110 | 111101 |
Color Harmonies of #A8B286
Complementary color
Monochromatic Colors of #A8B286
Black with #A8B286
Text Example
Text Example
White with #A8B286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B286; }
p { color: rgb(168,178,134); }
H1.HeaderClassName
{
color: #A8B286;
}
.AnyTagClassName
{
color: #A8B286;
}
</style>
background-color css
<style>
a { background-color: #A8B286; }
a { background-color: rgb(168,178,134); }
div.DivClassName
{
background-color: #A8B286;
}
.BgClassName
{
background-color: #A8B286;
}
</style>
border-color css
<style>
span { border-color: #A8B286; }
span { border-color: rgb(168,178,134); }
td.TdClassName
{
border-color: #A8B286;
}
.TagClassName
{
border-color: #A8B286;
}
</style>