Shades of Bouquet #AF899F
Tints of Bouquet #AF899F
RGB
CMYK
RGB Variations
Color information
#AF899F (or 0xAF899F) is known color: Bouquet. HEX triplet: AF, 89 and 9F. RGB value is (175,137,159). Sum of RGB (Red+Green+Blue) = 175+137+159=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF899F is #507660. Grayscale: #969696. Windows color (decimal): -5273185 or 10455471. OLE color: 10455471.
HSL color Cylindrical-coordinate representation of color #AF899F: hue angle of 325.26º degrees, saturation: 0.19, 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 #AF899F is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 159 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.31 |
| HSL | 325.26º | 0.19% | 0.61% | - |
| HSV(B) | 325.26º | 0.22% | 0.69% | - |
| XYZ | 32.88 | 29.51 | 36.76 | - |
| YUV | 150.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 159 | 0 | 0.22 | 0.09 | 0.31 | 325.26 | 0.19 | 0.61 |
| Hex | AF | 89 | 9F | 0 | 16 | 9 | 1F | 145 | 13 | 3D |
| Octal | 257 | 211 | 237 | 0 | 26 | 11 | 37 | 505 | 23 | 75 |
| Binary | 10101111 | 10001001 | 10011111 | 0 | 10110 | 1001 | 11111 | 101000101 | 10011 | 111101 |
Color Harmonies of #AF899F
Complementary color
Monochromatic Colors of #AF899F
Black with #AF899F
Text Example
Text Example
White with #AF899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF899F; }
p { color: rgb(175,137,159); }
H1.HeaderClassName
{
color: #AF899F;
}
.AnyTagClassName
{
color: #AF899F;
}
</style>
background-color css
<style>
a { background-color: #AF899F; }
a { background-color: rgb(175,137,159); }
div.DivClassName
{
background-color: #AF899F;
}
.BgClassName
{
background-color: #AF899F;
}
</style>
border-color css
<style>
span { border-color: #AF899F; }
span { border-color: rgb(175,137,159); }
td.TdClassName
{
border-color: #AF899F;
}
.TagClassName
{
border-color: #AF899F;
}
</style>