Shades of Bud #A4AC88
Tints of Bud #A4AC88
RGB
CMYK
RGB Variations
Color information
#A4AC88 (or 0xA4AC88) is known color: Bud. HEX triplet: A4, AC and 88. RGB value is (164,172,136). Sum of RGB (Red+Green+Blue) = 164+172+136=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AC88 is #5B5377. Grayscale: #A5A5A5. Windows color (decimal): -5985144 or 8957092. OLE color: 8957092.
HSL color Cylindrical-coordinate representation of color #A4AC88: hue angle of 73.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4AC88 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 172 | 136 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.33 |
| HSL | 73.33º | 0.18% | 0.6% | - |
| HSV(B) | 73.33º | 0.21% | 0.67% | - |
| XYZ | 34.51 | 39.18 | 29.04 | - |
| YUV | 165.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 172 | 136 | 0.05 | 0 | 0.21 | 0.33 | 73.33 | 0.18 | 0.6 |
| Hex | A4 | AC | 88 | 5 | 0 | 15 | 21 | 49 | 12 | 3C |
| Octal | 244 | 254 | 210 | 5 | 0 | 25 | 41 | 111 | 22 | 74 |
| Binary | 10100100 | 10101100 | 10001000 | 101 | 0 | 10101 | 100001 | 1001001 | 10010 | 111100 |
Color Harmonies of #A4AC88
Complementary color
Monochromatic Colors of #A4AC88
Black with #A4AC88
Text Example
Text Example
White with #A4AC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AC88; }
p { color: rgb(164,172,136); }
H1.HeaderClassName
{
color: #A4AC88;
}
.AnyTagClassName
{
color: #A4AC88;
}
</style>
background-color css
<style>
a { background-color: #A4AC88; }
a { background-color: rgb(164,172,136); }
div.DivClassName
{
background-color: #A4AC88;
}
.BgClassName
{
background-color: #A4AC88;
}
</style>
border-color css
<style>
span { border-color: #A4AC88; }
span { border-color: rgb(164,172,136); }
td.TdClassName
{
border-color: #A4AC88;
}
.TagClassName
{
border-color: #A4AC88;
}
</style>