Shades of Bouquet #AF889E
Tints of Bouquet #AF889E
RGB
CMYK
RGB Variations
Color information
#AF889E (or 0xAF889E) is known color: Bouquet. HEX triplet: AF, 88 and 9E. RGB value is (175,136,158). Sum of RGB (Red+Green+Blue) = 175+136+158=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF889E is #507761. Grayscale: #969696. Windows color (decimal): -5273442 or 10389679. OLE color: 10389679.
HSL color Cylindrical-coordinate representation of color #AF889E: hue angle of 326.15º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF889E is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 158 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.31 |
| HSL | 326.15º | 0.2% | 0.61% | - |
| HSV(B) | 326.15º | 0.22% | 0.69% | - |
| XYZ | 32.65 | 29.19 | 36.26 | - |
| YUV | 150.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 158 | 0 | 0.22 | 0.10 | 0.31 | 326.15 | 0.2 | 0.61 |
| Hex | AF | 88 | 9E | 0 | 16 | A | 1F | 146 | 14 | 3D |
| Octal | 257 | 210 | 236 | 0 | 26 | 12 | 37 | 506 | 24 | 75 |
| Binary | 10101111 | 10001000 | 10011110 | 0 | 10110 | 1010 | 11111 | 101000110 | 10100 | 111101 |
Color Harmonies of #AF889E
Complementary color
Monochromatic Colors of #AF889E
Black with #AF889E
Text Example
Text Example
White with #AF889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF889E; }
p { color: rgb(175,136,158); }
H1.HeaderClassName
{
color: #AF889E;
}
.AnyTagClassName
{
color: #AF889E;
}
</style>
background-color css
<style>
a { background-color: #AF889E; }
a { background-color: rgb(175,136,158); }
div.DivClassName
{
background-color: #AF889E;
}
.BgClassName
{
background-color: #AF889E;
}
</style>
border-color css
<style>
span { border-color: #AF889E; }
span { border-color: rgb(175,136,158); }
td.TdClassName
{
border-color: #AF889E;
}
.TagClassName
{
border-color: #AF889E;
}
</style>