Shades of Bud #A0AB84
Tints of Bud #A0AB84
RGB
CMYK
RGB Variations
Color information
#A0AB84 (or 0xA0AB84) is known color: Bud. HEX triplet: A0, AB and 84. RGB value is (160,171,132). Sum of RGB (Red+Green+Blue) = 160+171+132=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB84 is #5F547B. Grayscale: #A3A3A3. Windows color (decimal): -6247548 or 8694688. OLE color: 8694688.
HSL color Cylindrical-coordinate representation of color #A0AB84: hue angle of 76.92º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0AB84 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 132 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.33 |
| HSL | 76.92º | 0.19% | 0.59% | - |
| HSV(B) | 76.92º | 0.23% | 0.67% | - |
| XYZ | 33.22 | 38.27 | 27.46 | - |
| YUV | 163.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 132 | 0.06 | 0 | 0.23 | 0.33 | 76.92 | 0.19 | 0.59 |
| Hex | A0 | AB | 84 | 6 | 0 | 17 | 21 | 4D | 13 | 3B |
| Octal | 240 | 253 | 204 | 6 | 0 | 27 | 41 | 115 | 23 | 73 |
| Binary | 10100000 | 10101011 | 10000100 | 110 | 0 | 10111 | 100001 | 1001101 | 10011 | 111011 |
Color Harmonies of #A0AB84
Complementary color
Monochromatic Colors of #A0AB84
Black with #A0AB84
Text Example
Text Example
White with #A0AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB84; }
p { color: rgb(160,171,132); }
H1.HeaderClassName
{
color: #A0AB84;
}
.AnyTagClassName
{
color: #A0AB84;
}
</style>
background-color css
<style>
a { background-color: #A0AB84; }
a { background-color: rgb(160,171,132); }
div.DivClassName
{
background-color: #A0AB84;
}
.BgClassName
{
background-color: #A0AB84;
}
</style>
border-color css
<style>
span { border-color: #A0AB84; }
span { border-color: rgb(160,171,132); }
td.TdClassName
{
border-color: #A0AB84;
}
.TagClassName
{
border-color: #A0AB84;
}
</style>