Shades of Bud #AAAF85
Tints of Bud #AAAF85
RGB
CMYK
RGB Variations
Color information
#AAAF85 (or 0xAAAF85) is known color: Bud. HEX triplet: AA, AF and 85. RGB value is (170,175,133). Sum of RGB (Red+Green+Blue) = 170+175+133=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF85 is #55507A. Grayscale: #A8A8A8. Windows color (decimal): -5591163 or 8761258. OLE color: 8761258.
HSL color Cylindrical-coordinate representation of color #AAAF85: hue angle of 67.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAAF85 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 133 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.31 |
| HSL | 67.14º | 0.21% | 0.6% | - |
| HSV(B) | 67.14º | 0.24% | 0.69% | - |
| XYZ | 36.14 | 40.9 | 28.18 | - |
| YUV | 168.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 133 | 0.03 | 0 | 0.24 | 0.31 | 67.14 | 0.21 | 0.6 |
| Hex | AA | AF | 85 | 3 | 0 | 18 | 1F | 43 | 15 | 3C |
| Octal | 252 | 257 | 205 | 3 | 0 | 30 | 37 | 103 | 25 | 74 |
| Binary | 10101010 | 10101111 | 10000101 | 11 | 0 | 11000 | 11111 | 1000011 | 10101 | 111100 |
Color Harmonies of #AAAF85
Complementary color
Monochromatic Colors of #AAAF85
Black with #AAAF85
Text Example
Text Example
White with #AAAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF85; }
p { color: rgb(170,175,133); }
H1.HeaderClassName
{
color: #AAAF85;
}
.AnyTagClassName
{
color: #AAAF85;
}
</style>
background-color css
<style>
a { background-color: #AAAF85; }
a { background-color: rgb(170,175,133); }
div.DivClassName
{
background-color: #AAAF85;
}
.BgClassName
{
background-color: #AAAF85;
}
</style>
border-color css
<style>
span { border-color: #AAAF85; }
span { border-color: rgb(170,175,133); }
td.TdClassName
{
border-color: #AAAF85;
}
.TagClassName
{
border-color: #AAAF85;
}
</style>