Shades of Bouquet #AF8A99
Tints of Bouquet #AF8A99
RGB
CMYK
RGB Variations
Color information
#AF8A99 (or 0xAF8A99) is known color: Bouquet. HEX triplet: AF, 8A and 99. RGB value is (175,138,153). Sum of RGB (Red+Green+Blue) = 175+138+153=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8A99 is #507566. Grayscale: #969696. Windows color (decimal): -5272935 or 10062511. OLE color: 10062511.
HSL color Cylindrical-coordinate representation of color #AF8A99: hue angle of 335.68º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8A99 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 153 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.31 |
| HSL | 335.68º | 0.19% | 0.61% | - |
| HSV(B) | 335.68º | 0.21% | 0.69% | - |
| XYZ | 32.52 | 29.59 | 34.13 | - |
| YUV | 150.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 153 | 0 | 0.21 | 0.13 | 0.31 | 335.68 | 0.19 | 0.61 |
| Hex | AF | 8A | 99 | 0 | 15 | D | 1F | 150 | 13 | 3D |
| Octal | 257 | 212 | 231 | 0 | 25 | 15 | 37 | 520 | 23 | 75 |
| Binary | 10101111 | 10001010 | 10011001 | 0 | 10101 | 1101 | 11111 | 101010000 | 10011 | 111101 |
Color Harmonies of #AF8A99
Complementary color
Monochromatic Colors of #AF8A99
Black with #AF8A99
Text Example
Text Example
White with #AF8A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A99; }
p { color: rgb(175,138,153); }
H1.HeaderClassName
{
color: #AF8A99;
}
.AnyTagClassName
{
color: #AF8A99;
}
</style>
background-color css
<style>
a { background-color: #AF8A99; }
a { background-color: rgb(175,138,153); }
div.DivClassName
{
background-color: #AF8A99;
}
.BgClassName
{
background-color: #AF8A99;
}
</style>
border-color css
<style>
span { border-color: #AF8A99; }
span { border-color: rgb(175,138,153); }
td.TdClassName
{
border-color: #AF8A99;
}
.TagClassName
{
border-color: #AF8A99;
}
</style>