Shades of Bouquet #AE8AA2
Tints of Bouquet #AE8AA2
RGB
CMYK
RGB Variations
Color information
#AE8AA2 (or 0xAE8AA2) is known color: Bouquet. HEX triplet: AE, 8A and A2. RGB value is (174,138,162). Sum of RGB (Red+Green+Blue) = 174+138+162=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8AA2 is #51755D. Grayscale: #979797. Windows color (decimal): -5338462 or 10652334. OLE color: 10652334.
HSL color Cylindrical-coordinate representation of color #AE8AA2: hue angle of 320º 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 #AE8AA2 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 138 | 162 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.32 |
| HSL | 320º | 0.18% | 0.61% | - |
| HSV(B) | 320º | 0.21% | 0.68% | - |
| XYZ | 33.07 | 29.78 | 38.19 | - |
| YUV | 151.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 162 | 0 | 0.21 | 0.07 | 0.32 | 320 | 0.18 | 0.61 |
| Hex | AE | 8A | A2 | 0 | 15 | 7 | 20 | 140 | 12 | 3D |
| Octal | 256 | 212 | 242 | 0 | 25 | 7 | 40 | 500 | 22 | 75 |
| Binary | 10101110 | 10001010 | 10100010 | 0 | 10101 | 111 | 100000 | 101000000 | 10010 | 111101 |
Color Harmonies of #AE8AA2
Complementary color
Monochromatic Colors of #AE8AA2
Black with #AE8AA2
Text Example
Text Example
White with #AE8AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8AA2; }
p { color: rgb(174,138,162); }
H1.HeaderClassName
{
color: #AE8AA2;
}
.AnyTagClassName
{
color: #AE8AA2;
}
</style>
background-color css
<style>
a { background-color: #AE8AA2; }
a { background-color: rgb(174,138,162); }
div.DivClassName
{
background-color: #AE8AA2;
}
.BgClassName
{
background-color: #AE8AA2;
}
</style>
border-color css
<style>
span { border-color: #AE8AA2; }
span { border-color: rgb(174,138,162); }
td.TdClassName
{
border-color: #AE8AA2;
}
.TagClassName
{
border-color: #AE8AA2;
}
</style>