Shades of Bud #AAAF8E
Tints of Bud #AAAF8E
RGB
CMYK
RGB Variations
Color information
#AAAF8E (or 0xAAAF8E) is known color: Bud. HEX triplet: AA, AF and 8E. RGB value is (170,175,142). Sum of RGB (Red+Green+Blue) = 170+175+142=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF8E is #555071. Grayscale: #A9A9A9. Windows color (decimal): -5591154 or 9351082. OLE color: 9351082.
HSL color Cylindrical-coordinate representation of color #AAAF8E: hue angle of 69.09º degrees, saturation: 0.17, 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 #AAAF8E is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 142 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.31 |
| HSL | 69.09º | 0.17% | 0.62% | - |
| HSV(B) | 69.09º | 0.19% | 0.69% | - |
| XYZ | 36.79 | 41.16 | 31.6 | - |
| YUV | 169.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 142 | 0.03 | 0 | 0.19 | 0.31 | 69.09 | 0.17 | 0.62 |
| Hex | AA | AF | 8E | 3 | 0 | 13 | 1F | 45 | 11 | 3E |
| Octal | 252 | 257 | 216 | 3 | 0 | 23 | 37 | 105 | 21 | 76 |
| Binary | 10101010 | 10101111 | 10001110 | 11 | 0 | 10011 | 11111 | 1000101 | 10001 | 111110 |
Color Harmonies of #AAAF8E
Complementary color
Monochromatic Colors of #AAAF8E
Black with #AAAF8E
Text Example
Text Example
White with #AAAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF8E; }
p { color: rgb(170,175,142); }
H1.HeaderClassName
{
color: #AAAF8E;
}
.AnyTagClassName
{
color: #AAAF8E;
}
</style>
background-color css
<style>
a { background-color: #AAAF8E; }
a { background-color: rgb(170,175,142); }
div.DivClassName
{
background-color: #AAAF8E;
}
.BgClassName
{
background-color: #AAAF8E;
}
</style>
border-color css
<style>
span { border-color: #AAAF8E; }
span { border-color: rgb(170,175,142); }
td.TdClassName
{
border-color: #AAAF8E;
}
.TagClassName
{
border-color: #AAAF8E;
}
</style>