Shades of Bouquet #AA829B
Tints of Bouquet #AA829B
RGB
CMYK
RGB Variations
Color information
#AA829B (or 0xAA829B) is known color: Bouquet. HEX triplet: AA, 82 and 9B. RGB value is (170,130,155). Sum of RGB (Red+Green+Blue) = 170+130+155=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA829B is #557D64. Grayscale: #909090. Windows color (decimal): -5602661 or 10191530. OLE color: 10191530.
HSL color Cylindrical-coordinate representation of color #AA829B: hue angle of 322.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA829B is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 155 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.33 |
| HSL | 322.5º | 0.19% | 0.59% | - |
| HSV(B) | 322.5º | 0.24% | 0.67% | - |
| XYZ | 30.48 | 26.88 | 34.59 | - |
| YUV | 144.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 155 | 0 | 0.24 | 0.09 | 0.33 | 322.5 | 0.19 | 0.59 |
| Hex | AA | 82 | 9B | 0 | 18 | 9 | 21 | 142 | 13 | 3B |
| Octal | 252 | 202 | 233 | 0 | 30 | 11 | 41 | 502 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10011011 | 0 | 11000 | 1001 | 100001 | 101000010 | 10011 | 111011 |
Color Harmonies of #AA829B
Complementary color
Monochromatic Colors of #AA829B
Black with #AA829B
Text Example
Text Example
White with #AA829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA829B; }
p { color: rgb(170,130,155); }
H1.HeaderClassName
{
color: #AA829B;
}
.AnyTagClassName
{
color: #AA829B;
}
</style>
background-color css
<style>
a { background-color: #AA829B; }
a { background-color: rgb(170,130,155); }
div.DivClassName
{
background-color: #AA829B;
}
.BgClassName
{
background-color: #AA829B;
}
</style>
border-color css
<style>
span { border-color: #AA829B; }
span { border-color: rgb(170,130,155); }
td.TdClassName
{
border-color: #AA829B;
}
.TagClassName
{
border-color: #AA829B;
}
</style>