Shades of Bouquet #AC8195
Tints of Bouquet #AC8195
RGB
CMYK
RGB Variations
Color information
#AC8195 (or 0xAC8195) is known color: Bouquet. HEX triplet: AC, 81 and 95. RGB value is (172,129,149). Sum of RGB (Red+Green+Blue) = 172+129+149=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8195 is #537E6A. Grayscale: #909090. Windows color (decimal): -5471851 or 9798060. OLE color: 9798060.
HSL color Cylindrical-coordinate representation of color #AC8195: hue angle of 332.09º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC8195 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 149 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.33 |
| HSL | 332.09º | 0.21% | 0.59% | - |
| HSV(B) | 332.09º | 0.25% | 0.67% | - |
| XYZ | 30.29 | 26.64 | 31.98 | - |
| YUV | 144.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 149 | 0 | 0.25 | 0.13 | 0.33 | 332.09 | 0.21 | 0.59 |
| Hex | AC | 81 | 95 | 0 | 19 | D | 21 | 14C | 15 | 3B |
| Octal | 254 | 201 | 225 | 0 | 31 | 15 | 41 | 514 | 25 | 73 |
| Binary | 10101100 | 10000001 | 10010101 | 0 | 11001 | 1101 | 100001 | 101001100 | 10101 | 111011 |
Color Harmonies of #AC8195
Complementary color
Monochromatic Colors of #AC8195
Black with #AC8195
Text Example
Text Example
White with #AC8195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8195; }
p { color: rgb(172,129,149); }
H1.HeaderClassName
{
color: #AC8195;
}
.AnyTagClassName
{
color: #AC8195;
}
</style>
background-color css
<style>
a { background-color: #AC8195; }
a { background-color: rgb(172,129,149); }
div.DivClassName
{
background-color: #AC8195;
}
.BgClassName
{
background-color: #AC8195;
}
</style>
border-color css
<style>
span { border-color: #AC8195; }
span { border-color: rgb(172,129,149); }
td.TdClassName
{
border-color: #AC8195;
}
.TagClassName
{
border-color: #AC8195;
}
</style>