Shades of Bud #A2AB8C
Tints of Bud #A2AB8C
RGB
CMYK
RGB Variations
Color information
#A2AB8C (or 0xA2AB8C) is known color: Bud. HEX triplet: A2, AB and 8C. RGB value is (162,171,140). Sum of RGB (Red+Green+Blue) = 162+171+140=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AB8C is #5D5473. Grayscale: #A4A4A4. Windows color (decimal): -6116468 or 9218978. OLE color: 9218978.
HSL color Cylindrical-coordinate representation of color #A2AB8C: hue angle of 77.42º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2AB8C is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 140 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.33 |
| HSL | 77.42º | 0.16% | 0.61% | - |
| HSV(B) | 77.42º | 0.18% | 0.67% | - |
| XYZ | 34.2 | 38.7 | 30.48 | - |
| YUV | 164.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 140 | 0.05 | 0 | 0.18 | 0.33 | 77.42 | 0.16 | 0.61 |
| Hex | A2 | AB | 8C | 5 | 0 | 12 | 21 | 4D | 10 | 3D |
| Octal | 242 | 253 | 214 | 5 | 0 | 22 | 41 | 115 | 20 | 75 |
| Binary | 10100010 | 10101011 | 10001100 | 101 | 0 | 10010 | 100001 | 1001101 | 10000 | 111101 |
Color Harmonies of #A2AB8C
Complementary color
Monochromatic Colors of #A2AB8C
Black with #A2AB8C
Text Example
Text Example
White with #A2AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB8C; }
p { color: rgb(162,171,140); }
H1.HeaderClassName
{
color: #A2AB8C;
}
.AnyTagClassName
{
color: #A2AB8C;
}
</style>
background-color css
<style>
a { background-color: #A2AB8C; }
a { background-color: rgb(162,171,140); }
div.DivClassName
{
background-color: #A2AB8C;
}
.BgClassName
{
background-color: #A2AB8C;
}
</style>
border-color css
<style>
span { border-color: #A2AB8C; }
span { border-color: rgb(162,171,140); }
td.TdClassName
{
border-color: #A2AB8C;
}
.TagClassName
{
border-color: #A2AB8C;
}
</style>