Shades of Bud #A2AB86
Tints of Bud #A2AB86
RGB
CMYK
RGB Variations
Color information
#A2AB86 (or 0xA2AB86) is known color: Bud. HEX triplet: A2, AB and 86. RGB value is (162,171,134). Sum of RGB (Red+Green+Blue) = 162+171+134=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AB86 is #5D5479. Grayscale: #A4A4A4. Windows color (decimal): -6116474 or 8825762. OLE color: 8825762.
HSL color Cylindrical-coordinate representation of color #A2AB86: hue angle of 74.59º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2AB86 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 134 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.33 |
| HSL | 74.59º | 0.18% | 0.6% | - |
| HSV(B) | 74.59º | 0.22% | 0.67% | - |
| XYZ | 33.77 | 38.53 | 28.21 | - |
| YUV | 164.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 134 | 0.05 | 0 | 0.22 | 0.33 | 74.59 | 0.18 | 0.6 |
| Hex | A2 | AB | 86 | 5 | 0 | 16 | 21 | 4B | 12 | 3C |
| Octal | 242 | 253 | 206 | 5 | 0 | 26 | 41 | 113 | 22 | 74 |
| Binary | 10100010 | 10101011 | 10000110 | 101 | 0 | 10110 | 100001 | 1001011 | 10010 | 111100 |
Color Harmonies of #A2AB86
Complementary color
Monochromatic Colors of #A2AB86
Black with #A2AB86
Text Example
Text Example
White with #A2AB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB86; }
p { color: rgb(162,171,134); }
H1.HeaderClassName
{
color: #A2AB86;
}
.AnyTagClassName
{
color: #A2AB86;
}
</style>
background-color css
<style>
a { background-color: #A2AB86; }
a { background-color: rgb(162,171,134); }
div.DivClassName
{
background-color: #A2AB86;
}
.BgClassName
{
background-color: #A2AB86;
}
</style>
border-color css
<style>
span { border-color: #A2AB86; }
span { border-color: rgb(162,171,134); }
td.TdClassName
{
border-color: #A2AB86;
}
.TagClassName
{
border-color: #A2AB86;
}
</style>