Shades of Bouquet #AE829E
Tints of Bouquet #AE829E
RGB
CMYK
RGB Variations
Color information
#AE829E (or 0xAE829E) is known color: Bouquet. HEX triplet: AE, 82 and 9E. RGB value is (174,130,158). Sum of RGB (Red+Green+Blue) = 174+130+158=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AE829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE829E is #517D61. Grayscale: #929292. Windows color (decimal): -5340514 or 10388142. OLE color: 10388142.
HSL color Cylindrical-coordinate representation of color #AE829E: hue angle of 321.82º 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 #AE829E is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 158 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.32 |
| HSL | 321.82º | 0.21% | 0.6% | - |
| HSV(B) | 321.82º | 0.25% | 0.68% | - |
| XYZ | 31.61 | 27.43 | 35.98 | - |
| YUV | 146.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 158 | 0 | 0.25 | 0.09 | 0.32 | 321.82 | 0.21 | 0.6 |
| Hex | AE | 82 | 9E | 0 | 19 | 9 | 20 | 142 | 15 | 3C |
| Octal | 256 | 202 | 236 | 0 | 31 | 11 | 40 | 502 | 25 | 74 |
| Binary | 10101110 | 10000010 | 10011110 | 0 | 11001 | 1001 | 100000 | 101000010 | 10101 | 111100 |
Color Harmonies of #AE829E
Complementary color
Monochromatic Colors of #AE829E
Black with #AE829E
Text Example
Text Example
White with #AE829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE829E; }
p { color: rgb(174,130,158); }
H1.HeaderClassName
{
color: #AE829E;
}
.AnyTagClassName
{
color: #AE829E;
}
</style>
background-color css
<style>
a { background-color: #AE829E; }
a { background-color: rgb(174,130,158); }
div.DivClassName
{
background-color: #AE829E;
}
.BgClassName
{
background-color: #AE829E;
}
</style>
border-color css
<style>
span { border-color: #AE829E; }
span { border-color: rgb(174,130,158); }
td.TdClassName
{
border-color: #AE829E;
}
.TagClassName
{
border-color: #AE829E;
}
</style>