Shades of Bud #AAAF8D
Tints of Bud #AAAF8D
RGB
CMYK
RGB Variations
Color information
#AAAF8D (or 0xAAAF8D) is known color: Bud. HEX triplet: AA, AF and 8D. RGB value is (170,175,141). Sum of RGB (Red+Green+Blue) = 170+175+141=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF8D is #555072. Grayscale: #A9A9A9. Windows color (decimal): -5591155 or 9285546. OLE color: 9285546.
HSL color Cylindrical-coordinate representation of color #AAAF8D: hue angle of 68.82º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAAF8D is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 141 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.31 |
| HSL | 68.82º | 0.18% | 0.62% | - |
| HSV(B) | 68.82º | 0.19% | 0.69% | - |
| XYZ | 36.72 | 41.13 | 31.2 | - |
| YUV | 169.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 141 | 0.03 | 0 | 0.19 | 0.31 | 68.82 | 0.18 | 0.62 |
| Hex | AA | AF | 8D | 3 | 0 | 13 | 1F | 45 | 12 | 3E |
| Octal | 252 | 257 | 215 | 3 | 0 | 23 | 37 | 105 | 22 | 76 |
| Binary | 10101010 | 10101111 | 10001101 | 11 | 0 | 10011 | 11111 | 1000101 | 10010 | 111110 |
Color Harmonies of #AAAF8D
Complementary color
Monochromatic Colors of #AAAF8D
Black with #AAAF8D
Text Example
Text Example
White with #AAAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF8D; }
p { color: rgb(170,175,141); }
H1.HeaderClassName
{
color: #AAAF8D;
}
.AnyTagClassName
{
color: #AAAF8D;
}
</style>
background-color css
<style>
a { background-color: #AAAF8D; }
a { background-color: rgb(170,175,141); }
div.DivClassName
{
background-color: #AAAF8D;
}
.BgClassName
{
background-color: #AAAF8D;
}
</style>
border-color css
<style>
span { border-color: #AAAF8D; }
span { border-color: rgb(170,175,141); }
td.TdClassName
{
border-color: #AAAF8D;
}
.TagClassName
{
border-color: #AAAF8D;
}
</style>