Shades of Bouquet #AE90A4
Tints of Bouquet #AE90A4
RGB
CMYK
RGB Variations
Color information
#AE90A4 (or 0xAE90A4) is known color: Bouquet. HEX triplet: AE, 90 and A4. RGB value is (174,144,164). Sum of RGB (Red+Green+Blue) = 174+144+164=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AE90A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE90A4 is #516F5B. Grayscale: #9B9B9B. Windows color (decimal): -5336924 or 10784942. OLE color: 10784942.
HSL color Cylindrical-coordinate representation of color #AE90A4: hue angle of 320º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AE90A4 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 164 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.32 |
| HSL | 320º | 0.16% | 0.62% | - |
| HSV(B) | 320º | 0.17% | 0.68% | - |
| XYZ | 34.13 | 31.63 | 39.43 | - |
| YUV | 155.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 164 | 0 | 0.17 | 0.06 | 0.32 | 320 | 0.16 | 0.62 |
| Hex | AE | 90 | A4 | 0 | 11 | 6 | 20 | 140 | 10 | 3E |
| Octal | 256 | 220 | 244 | 0 | 21 | 6 | 40 | 500 | 20 | 76 |
| Binary | 10101110 | 10010000 | 10100100 | 0 | 10001 | 110 | 100000 | 101000000 | 10000 | 111110 |
Color Harmonies of #AE90A4
Complementary color
Monochromatic Colors of #AE90A4
Black with #AE90A4
Text Example
Text Example
White with #AE90A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE90A4; }
p { color: rgb(174,144,164); }
H1.HeaderClassName
{
color: #AE90A4;
}
.AnyTagClassName
{
color: #AE90A4;
}
</style>
background-color css
<style>
a { background-color: #AE90A4; }
a { background-color: rgb(174,144,164); }
div.DivClassName
{
background-color: #AE90A4;
}
.BgClassName
{
background-color: #AE90A4;
}
</style>
border-color css
<style>
span { border-color: #AE90A4; }
span { border-color: rgb(174,144,164); }
td.TdClassName
{
border-color: #AE90A4;
}
.TagClassName
{
border-color: #AE90A4;
}
</style>