Shades of Bud #A3AF87
Tints of Bud #A3AF87
RGB
CMYK
RGB Variations
Color information
#A3AF87 (or 0xA3AF87) is known color: Bud. HEX triplet: A3, AF and 87. RGB value is (163,175,135). Sum of RGB (Red+Green+Blue) = 163+175+135=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AF87 is #5C5078. Grayscale: #A7A7A7. Windows color (decimal): -6049913 or 8892323. OLE color: 8892323.
HSL color Cylindrical-coordinate representation of color #A3AF87: hue angle of 78º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3AF87 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 135 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.31 |
| HSL | 78º | 0.2% | 0.61% | - |
| HSV(B) | 78º | 0.23% | 0.69% | - |
| XYZ | 34.81 | 40.2 | 28.85 | - |
| YUV | 166.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 135 | 0.07 | 0 | 0.23 | 0.31 | 78 | 0.2 | 0.61 |
| Hex | A3 | AF | 87 | 7 | 0 | 17 | 1F | 4E | 14 | 3D |
| Octal | 243 | 257 | 207 | 7 | 0 | 27 | 37 | 116 | 24 | 75 |
| Binary | 10100011 | 10101111 | 10000111 | 111 | 0 | 10111 | 11111 | 1001110 | 10100 | 111101 |
Color Harmonies of #A3AF87
Complementary color
Monochromatic Colors of #A3AF87
Black with #A3AF87
Text Example
Text Example
White with #A3AF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF87; }
p { color: rgb(163,175,135); }
H1.HeaderClassName
{
color: #A3AF87;
}
.AnyTagClassName
{
color: #A3AF87;
}
</style>
background-color css
<style>
a { background-color: #A3AF87; }
a { background-color: rgb(163,175,135); }
div.DivClassName
{
background-color: #A3AF87;
}
.BgClassName
{
background-color: #A3AF87;
}
</style>
border-color css
<style>
span { border-color: #A3AF87; }
span { border-color: rgb(163,175,135); }
td.TdClassName
{
border-color: #A3AF87;
}
.TagClassName
{
border-color: #A3AF87;
}
</style>