Shades of Bouquet #AE8A9E
Tints of Bouquet #AE8A9E
RGB
CMYK
RGB Variations
Color information
#AE8A9E (or 0xAE8A9E) is known color: Bouquet. HEX triplet: AE, 8A and 9E. RGB value is (174,138,158). Sum of RGB (Red+Green+Blue) = 174+138+158=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8A9E is #517561. Grayscale: #979797. Windows color (decimal): -5338466 or 10390190. OLE color: 10390190.
HSL color Cylindrical-coordinate representation of color #AE8A9E: hue angle of 326.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE8A9E is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 138 | 158 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.32 |
| HSL | 326.67º | 0.18% | 0.61% | - |
| HSV(B) | 326.67º | 0.21% | 0.68% | - |
| XYZ | 32.72 | 29.64 | 36.35 | - |
| YUV | 151.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 158 | 0 | 0.21 | 0.09 | 0.32 | 326.67 | 0.18 | 0.61 |
| Hex | AE | 8A | 9E | 0 | 15 | 9 | 20 | 147 | 12 | 3D |
| Octal | 256 | 212 | 236 | 0 | 25 | 11 | 40 | 507 | 22 | 75 |
| Binary | 10101110 | 10001010 | 10011110 | 0 | 10101 | 1001 | 100000 | 101000111 | 10010 | 111101 |
Color Harmonies of #AE8A9E
Complementary color
Monochromatic Colors of #AE8A9E
Black with #AE8A9E
Text Example
Text Example
White with #AE8A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8A9E; }
p { color: rgb(174,138,158); }
H1.HeaderClassName
{
color: #AE8A9E;
}
.AnyTagClassName
{
color: #AE8A9E;
}
</style>
background-color css
<style>
a { background-color: #AE8A9E; }
a { background-color: rgb(174,138,158); }
div.DivClassName
{
background-color: #AE8A9E;
}
.BgClassName
{
background-color: #AE8A9E;
}
</style>
border-color css
<style>
span { border-color: #AE8A9E; }
span { border-color: rgb(174,138,158); }
td.TdClassName
{
border-color: #AE8A9E;
}
.TagClassName
{
border-color: #AE8A9E;
}
</style>