Shades of Bouquet #AE829D
Tints of Bouquet #AE829D
RGB
CMYK
RGB Variations
Color information
#AE829D (or 0xAE829D) is known color: Bouquet. HEX triplet: AE, 82 and 9D. RGB value is (174,130,157). Sum of RGB (Red+Green+Blue) = 174+130+157=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AE829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE829D is #517D62. Grayscale: #929292. Windows color (decimal): -5340515 or 10322606. OLE color: 10322606.
HSL color Cylindrical-coordinate representation of color #AE829D: hue angle of 323.18º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE829D is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 157 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.32 |
| HSL | 323.18º | 0.21% | 0.6% | - |
| HSV(B) | 323.18º | 0.25% | 0.68% | - |
| XYZ | 31.52 | 27.4 | 35.53 | - |
| YUV | 146.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 157 | 0 | 0.25 | 0.10 | 0.32 | 323.18 | 0.21 | 0.6 |
| Hex | AE | 82 | 9D | 0 | 19 | A | 20 | 143 | 15 | 3C |
| Octal | 256 | 202 | 235 | 0 | 31 | 12 | 40 | 503 | 25 | 74 |
| Binary | 10101110 | 10000010 | 10011101 | 0 | 11001 | 1010 | 100000 | 101000011 | 10101 | 111100 |
Color Harmonies of #AE829D
Complementary color
Monochromatic Colors of #AE829D
Black with #AE829D
Text Example
Text Example
White with #AE829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE829D; }
p { color: rgb(174,130,157); }
H1.HeaderClassName
{
color: #AE829D;
}
.AnyTagClassName
{
color: #AE829D;
}
</style>
background-color css
<style>
a { background-color: #AE829D; }
a { background-color: rgb(174,130,157); }
div.DivClassName
{
background-color: #AE829D;
}
.BgClassName
{
background-color: #AE829D;
}
</style>
border-color css
<style>
span { border-color: #AE829D; }
span { border-color: rgb(174,130,157); }
td.TdClassName
{
border-color: #AE829D;
}
.TagClassName
{
border-color: #AE829D;
}
</style>