Shades of Bouquet #AF8B99
Tints of Bouquet #AF8B99
RGB
CMYK
RGB Variations
Color information
#AF8B99 (or 0xAF8B99) is known color: Bouquet. HEX triplet: AF, 8B and 99. RGB value is (175,139,153). Sum of RGB (Red+Green+Blue) = 175+139+153=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8B99 is #507466. Grayscale: #979797. Windows color (decimal): -5272679 or 10062767. OLE color: 10062767.
HSL color Cylindrical-coordinate representation of color #AF8B99: hue angle of 336.67º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8B99 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 153 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.31 |
| HSL | 336.67º | 0.18% | 0.62% | - |
| HSV(B) | 336.67º | 0.21% | 0.69% | - |
| XYZ | 32.66 | 29.88 | 34.18 | - |
| YUV | 151.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 153 | 0 | 0.21 | 0.13 | 0.31 | 336.67 | 0.18 | 0.62 |
| Hex | AF | 8B | 99 | 0 | 15 | D | 1F | 151 | 12 | 3E |
| Octal | 257 | 213 | 231 | 0 | 25 | 15 | 37 | 521 | 22 | 76 |
| Binary | 10101111 | 10001011 | 10011001 | 0 | 10101 | 1101 | 11111 | 101010001 | 10010 | 111110 |
Color Harmonies of #AF8B99
Complementary color
Monochromatic Colors of #AF8B99
Black with #AF8B99
Text Example
Text Example
White with #AF8B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B99; }
p { color: rgb(175,139,153); }
H1.HeaderClassName
{
color: #AF8B99;
}
.AnyTagClassName
{
color: #AF8B99;
}
</style>
background-color css
<style>
a { background-color: #AF8B99; }
a { background-color: rgb(175,139,153); }
div.DivClassName
{
background-color: #AF8B99;
}
.BgClassName
{
background-color: #AF8B99;
}
</style>
border-color css
<style>
span { border-color: #AF8B99; }
span { border-color: rgb(175,139,153); }
td.TdClassName
{
border-color: #AF8B99;
}
.TagClassName
{
border-color: #AF8B99;
}
</style>