Shades of Bouquet #AF879C
Tints of Bouquet #AF879C
RGB
CMYK
RGB Variations
Color information
#AF879C (or 0xAF879C) is known color: Bouquet. HEX triplet: AF, 87 and 9C. RGB value is (175,135,156). Sum of RGB (Red+Green+Blue) = 175+135+156=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF879C is #507863. Grayscale: #959595. Windows color (decimal): -5273700 or 10258351. OLE color: 10258351.
HSL color Cylindrical-coordinate representation of color #AF879C: hue angle of 328.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF879C is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 156 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.31 |
| HSL | 328.5º | 0.2% | 0.61% | - |
| HSV(B) | 328.5º | 0.23% | 0.69% | - |
| XYZ | 32.34 | 28.84 | 35.31 | - |
| YUV | 149.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 156 | 0 | 0.23 | 0.11 | 0.31 | 328.5 | 0.2 | 0.61 |
| Hex | AF | 87 | 9C | 0 | 17 | B | 1F | 148 | 14 | 3D |
| Octal | 257 | 207 | 234 | 0 | 27 | 13 | 37 | 510 | 24 | 75 |
| Binary | 10101111 | 10000111 | 10011100 | 0 | 10111 | 1011 | 11111 | 101001000 | 10100 | 111101 |
Color Harmonies of #AF879C
Complementary color
Monochromatic Colors of #AF879C
Black with #AF879C
Text Example
Text Example
White with #AF879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF879C; }
p { color: rgb(175,135,156); }
H1.HeaderClassName
{
color: #AF879C;
}
.AnyTagClassName
{
color: #AF879C;
}
</style>
background-color css
<style>
a { background-color: #AF879C; }
a { background-color: rgb(175,135,156); }
div.DivClassName
{
background-color: #AF879C;
}
.BgClassName
{
background-color: #AF879C;
}
</style>
border-color css
<style>
span { border-color: #AF879C; }
span { border-color: rgb(175,135,156); }
td.TdClassName
{
border-color: #AF879C;
}
.TagClassName
{
border-color: #AF879C;
}
</style>