Shades of Bud #A8AF89
Tints of Bud #A8AF89
RGB
CMYK
RGB Variations
Color information
#A8AF89 (or 0xA8AF89) is known color: Bud. HEX triplet: A8, AF and 89. RGB value is (168,175,137). Sum of RGB (Red+Green+Blue) = 168+175+137=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF89 is #575076. Grayscale: #A8A8A8. Windows color (decimal): -5722231 or 9023400. OLE color: 9023400.
HSL color Cylindrical-coordinate representation of color #A8AF89: hue angle of 71.05º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8AF89 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 137 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.31 |
| HSL | 71.05º | 0.19% | 0.61% | - |
| HSV(B) | 71.05º | 0.22% | 0.69% | - |
| XYZ | 35.99 | 40.79 | 29.64 | - |
| YUV | 168.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 137 | 0.04 | 0 | 0.22 | 0.31 | 71.05 | 0.19 | 0.61 |
| Hex | A8 | AF | 89 | 4 | 0 | 16 | 1F | 47 | 13 | 3D |
| Octal | 250 | 257 | 211 | 4 | 0 | 26 | 37 | 107 | 23 | 75 |
| Binary | 10101000 | 10101111 | 10001001 | 100 | 0 | 10110 | 11111 | 1000111 | 10011 | 111101 |
Color Harmonies of #A8AF89
Complementary color
Monochromatic Colors of #A8AF89
Black with #A8AF89
Text Example
Text Example
White with #A8AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF89; }
p { color: rgb(168,175,137); }
H1.HeaderClassName
{
color: #A8AF89;
}
.AnyTagClassName
{
color: #A8AF89;
}
</style>
background-color css
<style>
a { background-color: #A8AF89; }
a { background-color: rgb(168,175,137); }
div.DivClassName
{
background-color: #A8AF89;
}
.BgClassName
{
background-color: #A8AF89;
}
</style>
border-color css
<style>
span { border-color: #A8AF89; }
span { border-color: rgb(168,175,137); }
td.TdClassName
{
border-color: #A8AF89;
}
.TagClassName
{
border-color: #A8AF89;
}
</style>