Shades of Bud #AAAF8F
Tints of Bud #AAAF8F
RGB
CMYK
RGB Variations
Color information
#AAAF8F (or 0xAAAF8F) is known color: Bud. HEX triplet: AA, AF and 8F. RGB value is (170,175,143). Sum of RGB (Red+Green+Blue) = 170+175+143=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF8F is #555070. Grayscale: #A9A9A9. Windows color (decimal): -5591153 or 9416618. OLE color: 9416618.
HSL color Cylindrical-coordinate representation of color #AAAF8F: hue angle of 69.38º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAAF8F is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 143 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.31 |
| HSL | 69.38º | 0.17% | 0.62% | - |
| HSV(B) | 69.38º | 0.18% | 0.69% | - |
| XYZ | 36.87 | 41.19 | 31.99 | - |
| YUV | 169.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 143 | 0.03 | 0 | 0.18 | 0.31 | 69.38 | 0.17 | 0.62 |
| Hex | AA | AF | 8F | 3 | 0 | 12 | 1F | 45 | 11 | 3E |
| Octal | 252 | 257 | 217 | 3 | 0 | 22 | 37 | 105 | 21 | 76 |
| Binary | 10101010 | 10101111 | 10001111 | 11 | 0 | 10010 | 11111 | 1000101 | 10001 | 111110 |
Color Harmonies of #AAAF8F
Complementary color
Monochromatic Colors of #AAAF8F
Black with #AAAF8F
Text Example
Text Example
White with #AAAF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF8F; }
p { color: rgb(170,175,143); }
H1.HeaderClassName
{
color: #AAAF8F;
}
.AnyTagClassName
{
color: #AAAF8F;
}
</style>
background-color css
<style>
a { background-color: #AAAF8F; }
a { background-color: rgb(170,175,143); }
div.DivClassName
{
background-color: #AAAF8F;
}
.BgClassName
{
background-color: #AAAF8F;
}
</style>
border-color css
<style>
span { border-color: #AAAF8F; }
span { border-color: rgb(170,175,143); }
td.TdClassName
{
border-color: #AAAF8F;
}
.TagClassName
{
border-color: #AAAF8F;
}
</style>