Shades of Bud #A3AA8F
Tints of Bud #A3AA8F
RGB
CMYK
RGB Variations
Color information
#A3AA8F (or 0xA3AA8F) is known color: Bud. HEX triplet: A3, AA and 8F. RGB value is (163,170,143). Sum of RGB (Red+Green+Blue) = 163+170+143=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA8F is #5C5570. Grayscale: #A4A4A4. Windows color (decimal): -6051185 or 9415331. OLE color: 9415331.
HSL color Cylindrical-coordinate representation of color #A3AA8F: hue angle of 75.56º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3AA8F is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 143 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.33 |
| HSL | 75.56º | 0.14% | 0.61% | - |
| HSV(B) | 75.56º | 0.16% | 0.67% | - |
| XYZ | 34.44 | 38.52 | 31.61 | - |
| YUV | 164.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 143 | 0.04 | 0 | 0.16 | 0.33 | 75.56 | 0.14 | 0.61 |
| Hex | A3 | AA | 8F | 4 | 0 | 10 | 21 | 4C | E | 3D |
| Octal | 243 | 252 | 217 | 4 | 0 | 20 | 41 | 114 | 16 | 75 |
| Binary | 10100011 | 10101010 | 10001111 | 100 | 0 | 10000 | 100001 | 1001100 | 1110 | 111101 |
Color Harmonies of #A3AA8F
Complementary color
Monochromatic Colors of #A3AA8F
Black with #A3AA8F
Text Example
Text Example
White with #A3AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA8F; }
p { color: rgb(163,170,143); }
H1.HeaderClassName
{
color: #A3AA8F;
}
.AnyTagClassName
{
color: #A3AA8F;
}
</style>
background-color css
<style>
a { background-color: #A3AA8F; }
a { background-color: rgb(163,170,143); }
div.DivClassName
{
background-color: #A3AA8F;
}
.BgClassName
{
background-color: #A3AA8F;
}
</style>
border-color css
<style>
span { border-color: #A3AA8F; }
span { border-color: rgb(163,170,143); }
td.TdClassName
{
border-color: #A3AA8F;
}
.TagClassName
{
border-color: #A3AA8F;
}
</style>