Shades of Bud #A0AA8A
Tints of Bud #A0AA8A
RGB
CMYK
RGB Variations
Color information
#A0AA8A (or 0xA0AA8A) is known color: Bud. HEX triplet: A0, AA and 8A. RGB value is (160,170,138). Sum of RGB (Red+Green+Blue) = 160+170+138=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA8A is #5F5575. Grayscale: #A3A3A3. Windows color (decimal): -6247798 or 9087648. OLE color: 9087648.
HSL color Cylindrical-coordinate representation of color #A0AA8A: hue angle of 78.75º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0AA8A is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 138 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.33 |
| HSL | 78.75º | 0.16% | 0.6% | - |
| HSV(B) | 78.75º | 0.19% | 0.67% | - |
| XYZ | 33.46 | 38.06 | 29.63 | - |
| YUV | 163.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 138 | 0.06 | 0 | 0.19 | 0.33 | 78.75 | 0.16 | 0.6 |
| Hex | A0 | AA | 8A | 6 | 0 | 13 | 21 | 4F | 10 | 3C |
| Octal | 240 | 252 | 212 | 6 | 0 | 23 | 41 | 117 | 20 | 74 |
| Binary | 10100000 | 10101010 | 10001010 | 110 | 0 | 10011 | 100001 | 1001111 | 10000 | 111100 |
Color Harmonies of #A0AA8A
Complementary color
Monochromatic Colors of #A0AA8A
Black with #A0AA8A
Text Example
Text Example
White with #A0AA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA8A; }
p { color: rgb(160,170,138); }
H1.HeaderClassName
{
color: #A0AA8A;
}
.AnyTagClassName
{
color: #A0AA8A;
}
</style>
background-color css
<style>
a { background-color: #A0AA8A; }
a { background-color: rgb(160,170,138); }
div.DivClassName
{
background-color: #A0AA8A;
}
.BgClassName
{
background-color: #A0AA8A;
}
</style>
border-color css
<style>
span { border-color: #A0AA8A; }
span { border-color: rgb(160,170,138); }
td.TdClassName
{
border-color: #A0AA8A;
}
.TagClassName
{
border-color: #A0AA8A;
}
</style>