Shades of Bouquet #AA829D
Tints of Bouquet #AA829D
RGB
CMYK
RGB Variations
Color information
#AA829D (or 0xAA829D) is known color: Bouquet. HEX triplet: AA, 82 and 9D. RGB value is (170,130,157). Sum of RGB (Red+Green+Blue) = 170+130+157=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA829D is #557D62. Grayscale: #909090. Windows color (decimal): -5602659 or 10322602. OLE color: 10322602.
HSL color Cylindrical-coordinate representation of color #AA829D: hue angle of 319.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 #AA829D is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 157 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.33 |
| HSL | 319.5º | 0.19% | 0.59% | - |
| HSV(B) | 319.5º | 0.24% | 0.67% | - |
| XYZ | 30.65 | 26.95 | 35.48 | - |
| YUV | 145.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 157 | 0 | 0.24 | 0.08 | 0.33 | 319.5 | 0.19 | 0.59 |
| Hex | AA | 82 | 9D | 0 | 18 | 8 | 21 | 140 | 13 | 3B |
| Octal | 252 | 202 | 235 | 0 | 30 | 10 | 41 | 500 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10011101 | 0 | 11000 | 1000 | 100001 | 101000000 | 10011 | 111011 |
Color Harmonies of #AA829D
Complementary color
Monochromatic Colors of #AA829D
Black with #AA829D
Text Example
Text Example
White with #AA829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA829D; }
p { color: rgb(170,130,157); }
H1.HeaderClassName
{
color: #AA829D;
}
.AnyTagClassName
{
color: #AA829D;
}
</style>
background-color css
<style>
a { background-color: #AA829D; }
a { background-color: rgb(170,130,157); }
div.DivClassName
{
background-color: #AA829D;
}
.BgClassName
{
background-color: #AA829D;
}
</style>
border-color css
<style>
span { border-color: #AA829D; }
span { border-color: rgb(170,130,157); }
td.TdClassName
{
border-color: #AA829D;
}
.TagClassName
{
border-color: #AA829D;
}
</style>