Shades of Bud #A9AF8A
Tints of Bud #A9AF8A
RGB
CMYK
RGB Variations
Color information
#A9AF8A (or 0xA9AF8A) is known color: Bud. HEX triplet: A9, AF and 8A. RGB value is (169,175,138). Sum of RGB (Red+Green+Blue) = 169+175+138=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AF8A is #565075. Grayscale: #A9A9A9. Windows color (decimal): -5656694 or 9088937. OLE color: 9088937.
HSL color Cylindrical-coordinate representation of color #A9AF8A: hue angle of 69.73º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9AF8A is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 175 | 138 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.31 |
| HSL | 69.73º | 0.19% | 0.61% | - |
| HSV(B) | 69.73º | 0.21% | 0.69% | - |
| XYZ | 36.28 | 40.93 | 30.03 | - |
| YUV | 168.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 175 | 138 | 0.03 | 0 | 0.21 | 0.31 | 69.73 | 0.19 | 0.61 |
| Hex | A9 | AF | 8A | 3 | 0 | 15 | 1F | 46 | 13 | 3D |
| Octal | 251 | 257 | 212 | 3 | 0 | 25 | 37 | 106 | 23 | 75 |
| Binary | 10101001 | 10101111 | 10001010 | 11 | 0 | 10101 | 11111 | 1000110 | 10011 | 111101 |
Color Harmonies of #A9AF8A
Complementary color
Monochromatic Colors of #A9AF8A
Black with #A9AF8A
Text Example
Text Example
White with #A9AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AF8A; }
p { color: rgb(169,175,138); }
H1.HeaderClassName
{
color: #A9AF8A;
}
.AnyTagClassName
{
color: #A9AF8A;
}
</style>
background-color css
<style>
a { background-color: #A9AF8A; }
a { background-color: rgb(169,175,138); }
div.DivClassName
{
background-color: #A9AF8A;
}
.BgClassName
{
background-color: #A9AF8A;
}
</style>
border-color css
<style>
span { border-color: #A9AF8A; }
span { border-color: rgb(169,175,138); }
td.TdClassName
{
border-color: #A9AF8A;
}
.TagClassName
{
border-color: #A9AF8A;
}
</style>