Shades of Bouquet #AF8696
Tints of Bouquet #AF8696
RGB
CMYK
RGB Variations
Color information
#AF8696 (or 0xAF8696) is known color: Bouquet. HEX triplet: AF, 86 and 96. RGB value is (175,134,150). Sum of RGB (Red+Green+Blue) = 175+134+150=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8696 is #507969. Grayscale: #949494. Windows color (decimal): -5273962 or 9864879. OLE color: 9864879.
HSL color Cylindrical-coordinate representation of color #AF8696: hue angle of 336.59º 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 #AF8696 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 150 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.31 |
| HSL | 336.59º | 0.2% | 0.61% | - |
| HSV(B) | 336.59º | 0.23% | 0.69% | - |
| XYZ | 31.71 | 28.37 | 32.66 | - |
| YUV | 148.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 150 | 0 | 0.23 | 0.14 | 0.31 | 336.59 | 0.2 | 0.61 |
| Hex | AF | 86 | 96 | 0 | 17 | E | 1F | 151 | 14 | 3D |
| Octal | 257 | 206 | 226 | 0 | 27 | 16 | 37 | 521 | 24 | 75 |
| Binary | 10101111 | 10000110 | 10010110 | 0 | 10111 | 1110 | 11111 | 101010001 | 10100 | 111101 |
Color Harmonies of #AF8696
Complementary color
Monochromatic Colors of #AF8696
Black with #AF8696
Text Example
Text Example
White with #AF8696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8696; }
p { color: rgb(175,134,150); }
H1.HeaderClassName
{
color: #AF8696;
}
.AnyTagClassName
{
color: #AF8696;
}
</style>
background-color css
<style>
a { background-color: #AF8696; }
a { background-color: rgb(175,134,150); }
div.DivClassName
{
background-color: #AF8696;
}
.BgClassName
{
background-color: #AF8696;
}
</style>
border-color css
<style>
span { border-color: #AF8696; }
span { border-color: rgb(175,134,150); }
td.TdClassName
{
border-color: #AF8696;
}
.TagClassName
{
border-color: #AF8696;
}
</style>