Shades of Bud #A4AA91
Tints of Bud #A4AA91
RGB
CMYK
RGB Variations
Color information
#A4AA91 (or 0xA4AA91) is known color: Bud. HEX triplet: A4, AA and 91. RGB value is (164,170,145). Sum of RGB (Red+Green+Blue) = 164+170+145=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AA91 is #5B556E. Grayscale: #A5A5A5. Windows color (decimal): -5985647 or 9546404. OLE color: 9546404.
HSL color Cylindrical-coordinate representation of color #A4AA91: hue angle of 74.4º 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 #A4AA91 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 170 | 145 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.33 |
| HSL | 74.4º | 0.13% | 0.62% | - |
| HSV(B) | 74.4º | 0.15% | 0.67% | - |
| XYZ | 34.8 | 38.69 | 32.42 | - |
| YUV | 165.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 145 | 0.04 | 0 | 0.15 | 0.33 | 74.4 | 0.13 | 0.62 |
| Hex | A4 | AA | 91 | 4 | 0 | F | 21 | 4A | D | 3E |
| Octal | 244 | 252 | 221 | 4 | 0 | 17 | 41 | 112 | 15 | 76 |
| Binary | 10100100 | 10101010 | 10010001 | 100 | 0 | 1111 | 100001 | 1001010 | 1101 | 111110 |
Color Harmonies of #A4AA91
Complementary color
Monochromatic Colors of #A4AA91
Black with #A4AA91
Text Example
Text Example
White with #A4AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AA91; }
p { color: rgb(164,170,145); }
H1.HeaderClassName
{
color: #A4AA91;
}
.AnyTagClassName
{
color: #A4AA91;
}
</style>
background-color css
<style>
a { background-color: #A4AA91; }
a { background-color: rgb(164,170,145); }
div.DivClassName
{
background-color: #A4AA91;
}
.BgClassName
{
background-color: #A4AA91;
}
</style>
border-color css
<style>
span { border-color: #A4AA91; }
span { border-color: rgb(164,170,145); }
td.TdClassName
{
border-color: #A4AA91;
}
.TagClassName
{
border-color: #A4AA91;
}
</style>