Shades of Bouquet #AF8997
Tints of Bouquet #AF8997
RGB
CMYK
RGB Variations
Color information
#AF8997 (or 0xAF8997) is known color: Bouquet. HEX triplet: AF, 89 and 97. RGB value is (175,137,151). Sum of RGB (Red+Green+Blue) = 175+137+151=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8997 is #507668. Grayscale: #959595. Windows color (decimal): -5273193 or 9931183. OLE color: 9931183.
HSL color Cylindrical-coordinate representation of color #AF8997: hue angle of 337.89º 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 #AF8997 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 151 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.31 |
| HSL | 337.89º | 0.19% | 0.61% | - |
| HSV(B) | 337.89º | 0.22% | 0.69% | - |
| XYZ | 32.21 | 29.24 | 33.22 | - |
| YUV | 149.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 151 | 0 | 0.22 | 0.14 | 0.31 | 337.89 | 0.19 | 0.61 |
| Hex | AF | 89 | 97 | 0 | 16 | E | 1F | 152 | 13 | 3D |
| Octal | 257 | 211 | 227 | 0 | 26 | 16 | 37 | 522 | 23 | 75 |
| Binary | 10101111 | 10001001 | 10010111 | 0 | 10110 | 1110 | 11111 | 101010010 | 10011 | 111101 |
Color Harmonies of #AF8997
Complementary color
Monochromatic Colors of #AF8997
Black with #AF8997
Text Example
Text Example
White with #AF8997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8997; }
p { color: rgb(175,137,151); }
H1.HeaderClassName
{
color: #AF8997;
}
.AnyTagClassName
{
color: #AF8997;
}
</style>
background-color css
<style>
a { background-color: #AF8997; }
a { background-color: rgb(175,137,151); }
div.DivClassName
{
background-color: #AF8997;
}
.BgClassName
{
background-color: #AF8997;
}
</style>
border-color css
<style>
span { border-color: #AF8997; }
span { border-color: rgb(175,137,151); }
td.TdClassName
{
border-color: #AF8997;
}
.TagClassName
{
border-color: #AF8997;
}
</style>