Shades of Bud #A2AC8A
Tints of Bud #A2AC8A
RGB
CMYK
RGB Variations
Color information
#A2AC8A (or 0xA2AC8A) is known color: Bud. HEX triplet: A2, AC and 8A. RGB value is (162,172,138). Sum of RGB (Red+Green+Blue) = 162+172+138=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AC8A is #5D5375. Grayscale: #A5A5A5. Windows color (decimal): -6116214 or 9088162. OLE color: 9088162.
HSL color Cylindrical-coordinate representation of color #A2AC8A: hue angle of 77.65º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2AC8A is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 138 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.33 |
| HSL | 77.65º | 0.17% | 0.61% | - |
| HSV(B) | 77.65º | 0.2% | 0.67% | - |
| XYZ | 34.24 | 39.02 | 29.77 | - |
| YUV | 165.13 | 112.69 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 138 | 0.06 | 0 | 0.20 | 0.33 | 77.65 | 0.17 | 0.61 |
| Hex | A2 | AC | 8A | 6 | 0 | 14 | 21 | 4E | 11 | 3D |
| Octal | 242 | 254 | 212 | 6 | 0 | 24 | 41 | 116 | 21 | 75 |
| Binary | 10100010 | 10101100 | 10001010 | 110 | 0 | 10100 | 100001 | 1001110 | 10001 | 111101 |
Color Harmonies of #A2AC8A
Complementary color
Monochromatic Colors of #A2AC8A
Black with #A2AC8A
Text Example
Text Example
White with #A2AC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC8A; }
p { color: rgb(162,172,138); }
H1.HeaderClassName
{
color: #A2AC8A;
}
.AnyTagClassName
{
color: #A2AC8A;
}
</style>
background-color css
<style>
a { background-color: #A2AC8A; }
a { background-color: rgb(162,172,138); }
div.DivClassName
{
background-color: #A2AC8A;
}
.BgClassName
{
background-color: #A2AC8A;
}
</style>
border-color css
<style>
span { border-color: #A2AC8A; }
span { border-color: rgb(162,172,138); }
td.TdClassName
{
border-color: #A2AC8A;
}
.TagClassName
{
border-color: #A2AC8A;
}
</style>