Shades of Bouquet #AC809C
Tints of Bouquet #AC809C
RGB
CMYK
RGB Variations
Color information
#AC809C (or 0xAC809C) is known color: Bouquet. HEX triplet: AC, 80 and 9C. RGB value is (172,128,156). Sum of RGB (Red+Green+Blue) = 172+128+156=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC809C is #537F63. Grayscale: #909090. Windows color (decimal): -5472100 or 10256556. OLE color: 10256556.
HSL color Cylindrical-coordinate representation of color #AC809C: hue angle of 321.82º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC809C is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 156 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.33 |
| HSL | 321.82º | 0.21% | 0.59% | - |
| HSV(B) | 321.82º | 0.26% | 0.67% | - |
| XYZ | 30.73 | 26.61 | 34.97 | - |
| YUV | 144.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 156 | 0 | 0.26 | 0.09 | 0.33 | 321.82 | 0.21 | 0.59 |
| Hex | AC | 80 | 9C | 0 | 1A | 9 | 21 | 142 | 15 | 3B |
| Octal | 254 | 200 | 234 | 0 | 32 | 11 | 41 | 502 | 25 | 73 |
| Binary | 10101100 | 10000000 | 10011100 | 0 | 11010 | 1001 | 100001 | 101000010 | 10101 | 111011 |
Color Harmonies of #AC809C
Complementary color
Monochromatic Colors of #AC809C
Black with #AC809C
Text Example
Text Example
White with #AC809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC809C; }
p { color: rgb(172,128,156); }
H1.HeaderClassName
{
color: #AC809C;
}
.AnyTagClassName
{
color: #AC809C;
}
</style>
background-color css
<style>
a { background-color: #AC809C; }
a { background-color: rgb(172,128,156); }
div.DivClassName
{
background-color: #AC809C;
}
.BgClassName
{
background-color: #AC809C;
}
</style>
border-color css
<style>
span { border-color: #AC809C; }
span { border-color: rgb(172,128,156); }
td.TdClassName
{
border-color: #AC809C;
}
.TagClassName
{
border-color: #AC809C;
}
</style>