Shades of Bouquet #AF8299
Tints of Bouquet #AF8299
RGB
CMYK
RGB Variations
Color information
#AF8299 (or 0xAF8299) is known color: Bouquet. HEX triplet: AF, 82 and 99. RGB value is (175,130,153). Sum of RGB (Red+Green+Blue) = 175+130+153=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8299 is #507D66. Grayscale: #929292. Windows color (decimal): -5274983 or 10060463. OLE color: 10060463.
HSL color Cylindrical-coordinate representation of color #AF8299: hue angle of 329.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8299 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 153 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.31 |
| HSL | 329.33º | 0.22% | 0.6% | - |
| HSV(B) | 329.33º | 0.26% | 0.69% | - |
| XYZ | 31.41 | 27.38 | 33.77 | - |
| YUV | 146.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 153 | 0 | 0.26 | 0.13 | 0.31 | 329.33 | 0.22 | 0.6 |
| Hex | AF | 82 | 99 | 0 | 1A | D | 1F | 149 | 16 | 3C |
| Octal | 257 | 202 | 231 | 0 | 32 | 15 | 37 | 511 | 26 | 74 |
| Binary | 10101111 | 10000010 | 10011001 | 0 | 11010 | 1101 | 11111 | 101001001 | 10110 | 111100 |
Color Harmonies of #AF8299
Complementary color
Monochromatic Colors of #AF8299
Black with #AF8299
Text Example
Text Example
White with #AF8299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8299; }
p { color: rgb(175,130,153); }
H1.HeaderClassName
{
color: #AF8299;
}
.AnyTagClassName
{
color: #AF8299;
}
</style>
background-color css
<style>
a { background-color: #AF8299; }
a { background-color: rgb(175,130,153); }
div.DivClassName
{
background-color: #AF8299;
}
.BgClassName
{
background-color: #AF8299;
}
</style>
border-color css
<style>
span { border-color: #AF8299; }
span { border-color: rgb(175,130,153); }
td.TdClassName
{
border-color: #AF8299;
}
.TagClassName
{
border-color: #AF8299;
}
</style>