Shades of Bouquet #AF889B
Tints of Bouquet #AF889B
RGB
CMYK
RGB Variations
Color information
#AF889B (or 0xAF889B) is known color: Bouquet. HEX triplet: AF, 88 and 9B. RGB value is (175,136,155). Sum of RGB (Red+Green+Blue) = 175+136+155=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF889B is #507764. Grayscale: #959595. Windows color (decimal): -5273445 or 10193071. OLE color: 10193071.
HSL color Cylindrical-coordinate representation of color #AF889B: hue angle of 330.77º 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 #AF889B is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 155 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.31 |
| HSL | 330.77º | 0.2% | 0.61% | - |
| HSV(B) | 330.77º | 0.22% | 0.69% | - |
| XYZ | 32.4 | 29.09 | 34.92 | - |
| YUV | 149.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 155 | 0 | 0.22 | 0.11 | 0.31 | 330.77 | 0.2 | 0.61 |
| Hex | AF | 88 | 9B | 0 | 16 | B | 1F | 14B | 14 | 3D |
| Octal | 257 | 210 | 233 | 0 | 26 | 13 | 37 | 513 | 24 | 75 |
| Binary | 10101111 | 10001000 | 10011011 | 0 | 10110 | 1011 | 11111 | 101001011 | 10100 | 111101 |
Color Harmonies of #AF889B
Complementary color
Monochromatic Colors of #AF889B
Black with #AF889B
Text Example
Text Example
White with #AF889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF889B; }
p { color: rgb(175,136,155); }
H1.HeaderClassName
{
color: #AF889B;
}
.AnyTagClassName
{
color: #AF889B;
}
</style>
background-color css
<style>
a { background-color: #AF889B; }
a { background-color: rgb(175,136,155); }
div.DivClassName
{
background-color: #AF889B;
}
.BgClassName
{
background-color: #AF889B;
}
</style>
border-color css
<style>
span { border-color: #AF889B; }
span { border-color: rgb(175,136,155); }
td.TdClassName
{
border-color: #AF889B;
}
.TagClassName
{
border-color: #AF889B;
}
</style>