Shades of Bouquet #AF869C
Tints of Bouquet #AF869C
RGB
CMYK
RGB Variations
Color information
#AF869C (or 0xAF869C) is known color: Bouquet. HEX triplet: AF, 86 and 9C. RGB value is (175,134,156). Sum of RGB (Red+Green+Blue) = 175+134+156=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF869C is #507963. Grayscale: #949494. Windows color (decimal): -5273956 or 10258095. OLE color: 10258095.
HSL color Cylindrical-coordinate representation of color #AF869C: hue angle of 327.8º 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 #AF869C is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 156 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.31 |
| HSL | 327.8º | 0.2% | 0.61% | - |
| HSV(B) | 327.8º | 0.23% | 0.69% | - |
| XYZ | 32.21 | 28.56 | 35.27 | - |
| YUV | 148.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 156 | 0 | 0.23 | 0.11 | 0.31 | 327.8 | 0.2 | 0.61 |
| Hex | AF | 86 | 9C | 0 | 17 | B | 1F | 148 | 14 | 3D |
| Octal | 257 | 206 | 234 | 0 | 27 | 13 | 37 | 510 | 24 | 75 |
| Binary | 10101111 | 10000110 | 10011100 | 0 | 10111 | 1011 | 11111 | 101001000 | 10100 | 111101 |
Color Harmonies of #AF869C
Complementary color
Monochromatic Colors of #AF869C
Black with #AF869C
Text Example
Text Example
White with #AF869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF869C; }
p { color: rgb(175,134,156); }
H1.HeaderClassName
{
color: #AF869C;
}
.AnyTagClassName
{
color: #AF869C;
}
</style>
background-color css
<style>
a { background-color: #AF869C; }
a { background-color: rgb(175,134,156); }
div.DivClassName
{
background-color: #AF869C;
}
.BgClassName
{
background-color: #AF869C;
}
</style>
border-color css
<style>
span { border-color: #AF869C; }
span { border-color: rgb(175,134,156); }
td.TdClassName
{
border-color: #AF869C;
}
.TagClassName
{
border-color: #AF869C;
}
</style>