Shades of Bouquet #AF8397
Tints of Bouquet #AF8397
RGB
CMYK
RGB Variations
Color information
#AF8397 (or 0xAF8397) is known color: Bouquet. HEX triplet: AF, 83 and 97. RGB value is (175,131,151). Sum of RGB (Red+Green+Blue) = 175+131+151=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8397 is #507C68. Grayscale: #929292. Windows color (decimal): -5274729 or 9929647. OLE color: 9929647.
HSL color Cylindrical-coordinate representation of color #AF8397: hue angle of 332.73º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF8397 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 151 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.31 |
| HSL | 332.73º | 0.22% | 0.6% | - |
| HSV(B) | 332.73º | 0.25% | 0.69% | - |
| XYZ | 31.38 | 27.58 | 32.95 | - |
| YUV | 146.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 151 | 0 | 0.25 | 0.14 | 0.31 | 332.73 | 0.22 | 0.6 |
| Hex | AF | 83 | 97 | 0 | 19 | E | 1F | 14D | 16 | 3C |
| Octal | 257 | 203 | 227 | 0 | 31 | 16 | 37 | 515 | 26 | 74 |
| Binary | 10101111 | 10000011 | 10010111 | 0 | 11001 | 1110 | 11111 | 101001101 | 10110 | 111100 |
Color Harmonies of #AF8397
Complementary color
Monochromatic Colors of #AF8397
Black with #AF8397
Text Example
Text Example
White with #AF8397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8397; }
p { color: rgb(175,131,151); }
H1.HeaderClassName
{
color: #AF8397;
}
.AnyTagClassName
{
color: #AF8397;
}
</style>
background-color css
<style>
a { background-color: #AF8397; }
a { background-color: rgb(175,131,151); }
div.DivClassName
{
background-color: #AF8397;
}
.BgClassName
{
background-color: #AF8397;
}
</style>
border-color css
<style>
span { border-color: #AF8397; }
span { border-color: rgb(175,131,151); }
td.TdClassName
{
border-color: #AF8397;
}
.TagClassName
{
border-color: #AF8397;
}
</style>