Shades of Bud #A2AB85
Tints of Bud #A2AB85
RGB
CMYK
RGB Variations
Color information
#A2AB85 (or 0xA2AB85) is known color: Bud. HEX triplet: A2, AB and 85. RGB value is (162,171,133). Sum of RGB (Red+Green+Blue) = 162+171+133=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AB85 is #5D547A. Grayscale: #A4A4A4. Windows color (decimal): -6116475 or 8760226. OLE color: 8760226.
HSL color Cylindrical-coordinate representation of color #A2AB85: hue angle of 74.21º 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 #A2AB85 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 133 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.33 |
| HSL | 74.21º | 0.18% | 0.6% | - |
| HSV(B) | 74.21º | 0.22% | 0.67% | - |
| XYZ | 33.7 | 38.5 | 27.85 | - |
| YUV | 163.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 133 | 0.05 | 0 | 0.22 | 0.33 | 74.21 | 0.18 | 0.6 |
| Hex | A2 | AB | 85 | 5 | 0 | 16 | 21 | 4A | 12 | 3C |
| Octal | 242 | 253 | 205 | 5 | 0 | 26 | 41 | 112 | 22 | 74 |
| Binary | 10100010 | 10101011 | 10000101 | 101 | 0 | 10110 | 100001 | 1001010 | 10010 | 111100 |
Color Harmonies of #A2AB85
Complementary color
Monochromatic Colors of #A2AB85
Black with #A2AB85
Text Example
Text Example
White with #A2AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB85; }
p { color: rgb(162,171,133); }
H1.HeaderClassName
{
color: #A2AB85;
}
.AnyTagClassName
{
color: #A2AB85;
}
</style>
background-color css
<style>
a { background-color: #A2AB85; }
a { background-color: rgb(162,171,133); }
div.DivClassName
{
background-color: #A2AB85;
}
.BgClassName
{
background-color: #A2AB85;
}
</style>
border-color css
<style>
span { border-color: #A2AB85; }
span { border-color: rgb(162,171,133); }
td.TdClassName
{
border-color: #A2AB85;
}
.TagClassName
{
border-color: #A2AB85;
}
</style>