Shades of Bud #AAAF8A
Tints of Bud #AAAF8A
RGB
CMYK
RGB Variations
Color information
#AAAF8A (or 0xAAAF8A) is known color: Bud. HEX triplet: AA, AF and 8A. RGB value is (170,175,138). Sum of RGB (Red+Green+Blue) = 170+175+138=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF8A is #555075. Grayscale: #A9A9A9. Windows color (decimal): -5591158 or 9088938. OLE color: 9088938.
HSL color Cylindrical-coordinate representation of color #AAAF8A: hue angle of 68.11º 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 #AAAF8A is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 138 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.31 |
| HSL | 68.11º | 0.19% | 0.61% | - |
| HSV(B) | 68.11º | 0.21% | 0.69% | - |
| XYZ | 36.49 | 41.04 | 30.04 | - |
| YUV | 169.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 138 | 0.03 | 0 | 0.21 | 0.31 | 68.11 | 0.19 | 0.61 |
| Hex | AA | AF | 8A | 3 | 0 | 15 | 1F | 44 | 13 | 3D |
| Octal | 252 | 257 | 212 | 3 | 0 | 25 | 37 | 104 | 23 | 75 |
| Binary | 10101010 | 10101111 | 10001010 | 11 | 0 | 10101 | 11111 | 1000100 | 10011 | 111101 |
Color Harmonies of #AAAF8A
Complementary color
Monochromatic Colors of #AAAF8A
Black with #AAAF8A
Text Example
Text Example
White with #AAAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF8A; }
p { color: rgb(170,175,138); }
H1.HeaderClassName
{
color: #AAAF8A;
}
.AnyTagClassName
{
color: #AAAF8A;
}
</style>
background-color css
<style>
a { background-color: #AAAF8A; }
a { background-color: rgb(170,175,138); }
div.DivClassName
{
background-color: #AAAF8A;
}
.BgClassName
{
background-color: #AAAF8A;
}
</style>
border-color css
<style>
span { border-color: #AAAF8A; }
span { border-color: rgb(170,175,138); }
td.TdClassName
{
border-color: #AAAF8A;
}
.TagClassName
{
border-color: #AAAF8A;
}
</style>