Shades of Bud #AAAF8C
Tints of Bud #AAAF8C
RGB
CMYK
RGB Variations
Color information
#AAAF8C (or 0xAAAF8C) is known color: Bud. HEX triplet: AA, AF and 8C. RGB value is (170,175,140). Sum of RGB (Red+Green+Blue) = 170+175+140=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF8C is #555073. Grayscale: #A9A9A9. Windows color (decimal): -5591156 or 9220010. OLE color: 9220010.
HSL color Cylindrical-coordinate representation of color #AAAF8C: hue angle of 68.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAAF8C is Cyan = 0.03, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
RGB | 170 | 175 | 140 | - |
CMYK | 0.03 | 0 | 0.2 | 0.31 |
HSL | 68.57º | 0.18% | 0.62% | - |
HSV(B) | 68.57º | 0.2% | 0.69% | - |
XYZ | 36.64 | 41.1 | 30.81 | - |
YUV | 169.52 | 111.34 | 128.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 175 | 140 | 0.03 | 0 | 0.2 | 0.31 | 68.57 | 0.18 | 0.62 |
Hex | AA | AF | 8C | 3 | 0 | 14 | 1F | 45 | 12 | 3E |
Octal | 252 | 257 | 214 | 3 | 0 | 24 | 37 | 105 | 22 | 76 |
Binary | 10101010 | 10101111 | 10001100 | 11 | 0 | 10100 | 11111 | 1000101 | 10010 | 111110 |
Color Harmonies of #AAAF8C
Complementary color
Monochromatic Colors of #AAAF8C
Black with #AAAF8C
Text Example
Text Example
White with #AAAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF8C; }
p { color: rgb(170,175,140); }
H1.HeaderClassName
{
color: #AAAF8C;
}
.AnyTagClassName
{
color: #AAAF8C;
}
</style>
background-color css
<style>
a { background-color: #AAAF8C; }
a { background-color: rgb(170,175,140); }
div.DivClassName
{
background-color: #AAAF8C;
}
.BgClassName
{
background-color: #AAAF8C;
}
</style>
border-color css
<style>
span { border-color: #AAAF8C; }
span { border-color: rgb(170,175,140); }
td.TdClassName
{
border-color: #AAAF8C;
}
.TagClassName
{
border-color: #AAAF8C;
}
</style>