Shades of Bouquet #AE809A
Tints of Bouquet #AE809A
RGB
CMYK
RGB Variations
Color information
#AE809A (or 0xAE809A) is known color: Bouquet. HEX triplet: AE, 80 and 9A. RGB value is (174,128,154). Sum of RGB (Red+Green+Blue) = 174+128+154=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE809A is #517F65. Grayscale: #909090. Windows color (decimal): -5341030 or 10125486. OLE color: 10125486.
HSL color Cylindrical-coordinate representation of color #AE809A: hue angle of 326.09º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE809A is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 128 | 154 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.32 |
| HSL | 326.09º | 0.22% | 0.59% | - |
| HSV(B) | 326.09º | 0.26% | 0.68% | - |
| XYZ | 31.01 | 26.77 | 34.1 | - |
| YUV | 144.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 154 | 0 | 0.26 | 0.11 | 0.32 | 326.09 | 0.22 | 0.59 |
| Hex | AE | 80 | 9A | 0 | 1A | B | 20 | 146 | 16 | 3B |
| Octal | 256 | 200 | 232 | 0 | 32 | 13 | 40 | 506 | 26 | 73 |
| Binary | 10101110 | 10000000 | 10011010 | 0 | 11010 | 1011 | 100000 | 101000110 | 10110 | 111011 |
Color Harmonies of #AE809A
Complementary color
Monochromatic Colors of #AE809A
Black with #AE809A
Text Example
Text Example
White with #AE809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE809A; }
p { color: rgb(174,128,154); }
H1.HeaderClassName
{
color: #AE809A;
}
.AnyTagClassName
{
color: #AE809A;
}
</style>
background-color css
<style>
a { background-color: #AE809A; }
a { background-color: rgb(174,128,154); }
div.DivClassName
{
background-color: #AE809A;
}
.BgClassName
{
background-color: #AE809A;
}
</style>
border-color css
<style>
span { border-color: #AE809A; }
span { border-color: rgb(174,128,154); }
td.TdClassName
{
border-color: #AE809A;
}
.TagClassName
{
border-color: #AE809A;
}
</style>