Shades of Bud #A3AA88
Tints of Bud #A3AA88
RGB
CMYK
RGB Variations
Color information
#A3AA88 (or 0xA3AA88) is known color: Bud. HEX triplet: A3, AA and 88. RGB value is (163,170,136). Sum of RGB (Red+Green+Blue) = 163+170+136=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA88 is #5C5577. Grayscale: #A4A4A4. Windows color (decimal): -6051192 or 8956579. OLE color: 8956579.
HSL color Cylindrical-coordinate representation of color #A3AA88: hue angle of 72.35º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3AA88 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 136 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.33 |
| HSL | 72.35º | 0.17% | 0.6% | - |
| HSV(B) | 72.35º | 0.2% | 0.67% | - |
| XYZ | 33.92 | 38.31 | 28.9 | - |
| YUV | 164.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 136 | 0.04 | 0 | 0.20 | 0.33 | 72.35 | 0.17 | 0.6 |
| Hex | A3 | AA | 88 | 4 | 0 | 14 | 21 | 48 | 11 | 3C |
| Octal | 243 | 252 | 210 | 4 | 0 | 24 | 41 | 110 | 21 | 74 |
| Binary | 10100011 | 10101010 | 10001000 | 100 | 0 | 10100 | 100001 | 1001000 | 10001 | 111100 |
Color Harmonies of #A3AA88
Complementary color
Monochromatic Colors of #A3AA88
Black with #A3AA88
Text Example
Text Example
White with #A3AA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA88; }
p { color: rgb(163,170,136); }
H1.HeaderClassName
{
color: #A3AA88;
}
.AnyTagClassName
{
color: #A3AA88;
}
</style>
background-color css
<style>
a { background-color: #A3AA88; }
a { background-color: rgb(163,170,136); }
div.DivClassName
{
background-color: #A3AA88;
}
.BgClassName
{
background-color: #A3AA88;
}
</style>
border-color css
<style>
span { border-color: #A3AA88; }
span { border-color: rgb(163,170,136); }
td.TdClassName
{
border-color: #A3AA88;
}
.TagClassName
{
border-color: #A3AA88;
}
</style>