Shades of Bud #A4AA90
Tints of Bud #A4AA90
RGB
CMYK
RGB Variations
Color information
#A4AA90 (or 0xA4AA90) is known color: Bud. HEX triplet: A4, AA and 90. RGB value is (164,170,144). Sum of RGB (Red+Green+Blue) = 164+170+144=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AA90 is #5B556F. Grayscale: #A5A5A5. Windows color (decimal): -5985648 or 9480868. OLE color: 9480868.
HSL color Cylindrical-coordinate representation of color #A4AA90: hue angle of 73.85º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4AA90 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 170 | 144 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.33 |
| HSL | 73.85º | 0.13% | 0.62% | - |
| HSV(B) | 73.85º | 0.15% | 0.67% | - |
| XYZ | 34.72 | 38.66 | 32.02 | - |
| YUV | 165.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 144 | 0.04 | 0 | 0.15 | 0.33 | 73.85 | 0.13 | 0.62 |
| Hex | A4 | AA | 90 | 4 | 0 | F | 21 | 4A | D | 3E |
| Octal | 244 | 252 | 220 | 4 | 0 | 17 | 41 | 112 | 15 | 76 |
| Binary | 10100100 | 10101010 | 10010000 | 100 | 0 | 1111 | 100001 | 1001010 | 1101 | 111110 |
Color Harmonies of #A4AA90
Complementary color
Monochromatic Colors of #A4AA90
Black with #A4AA90
Text Example
Text Example
White with #A4AA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AA90; }
p { color: rgb(164,170,144); }
H1.HeaderClassName
{
color: #A4AA90;
}
.AnyTagClassName
{
color: #A4AA90;
}
</style>
background-color css
<style>
a { background-color: #A4AA90; }
a { background-color: rgb(164,170,144); }
div.DivClassName
{
background-color: #A4AA90;
}
.BgClassName
{
background-color: #A4AA90;
}
</style>
border-color css
<style>
span { border-color: #A4AA90; }
span { border-color: rgb(164,170,144); }
td.TdClassName
{
border-color: #A4AA90;
}
.TagClassName
{
border-color: #A4AA90;
}
</style>