Shades of Bouquet #AE8A9D
Tints of Bouquet #AE8A9D
RGB
CMYK
RGB Variations
Color information
#AE8A9D (or 0xAE8A9D) is known color: Bouquet. HEX triplet: AE, 8A and 9D. RGB value is (174,138,157). Sum of RGB (Red+Green+Blue) = 174+138+157=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8A9D is #517562. Grayscale: #969696. Windows color (decimal): -5338467 or 10324654. OLE color: 10324654.
HSL color Cylindrical-coordinate representation of color #AE8A9D: hue angle of 328.33º 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 #AE8A9D is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 138 | 157 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.32 |
| HSL | 328.33º | 0.18% | 0.61% | - |
| HSV(B) | 328.33º | 0.21% | 0.68% | - |
| XYZ | 32.63 | 29.61 | 35.89 | - |
| YUV | 150.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 157 | 0 | 0.21 | 0.10 | 0.32 | 328.33 | 0.18 | 0.61 |
| Hex | AE | 8A | 9D | 0 | 15 | A | 20 | 148 | 12 | 3D |
| Octal | 256 | 212 | 235 | 0 | 25 | 12 | 40 | 510 | 22 | 75 |
| Binary | 10101110 | 10001010 | 10011101 | 0 | 10101 | 1010 | 100000 | 101001000 | 10010 | 111101 |
Color Harmonies of #AE8A9D
Complementary color
Monochromatic Colors of #AE8A9D
Black with #AE8A9D
Text Example
Text Example
White with #AE8A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8A9D; }
p { color: rgb(174,138,157); }
H1.HeaderClassName
{
color: #AE8A9D;
}
.AnyTagClassName
{
color: #AE8A9D;
}
</style>
background-color css
<style>
a { background-color: #AE8A9D; }
a { background-color: rgb(174,138,157); }
div.DivClassName
{
background-color: #AE8A9D;
}
.BgClassName
{
background-color: #AE8A9D;
}
</style>
border-color css
<style>
span { border-color: #AE8A9D; }
span { border-color: rgb(174,138,157); }
td.TdClassName
{
border-color: #AE8A9D;
}
.TagClassName
{
border-color: #AE8A9D;
}
</style>