Shades of Bouquet #AF879A
Tints of Bouquet #AF879A
RGB
CMYK
RGB Variations
Color information
#AF879A (or 0xAF879A) is known color: Bouquet. HEX triplet: AF, 87 and 9A. RGB value is (175,135,154). Sum of RGB (Red+Green+Blue) = 175+135+154=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF879A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF879A is #507865. Grayscale: #959595. Windows color (decimal): -5273702 or 10127279. OLE color: 10127279.
HSL color Cylindrical-coordinate representation of color #AF879A: hue angle of 331.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 #AF879A is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 154 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.31 |
| HSL | 331.5º | 0.2% | 0.61% | - |
| HSV(B) | 331.5º | 0.23% | 0.69% | - |
| XYZ | 32.18 | 28.78 | 34.43 | - |
| YUV | 149.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 154 | 0 | 0.23 | 0.12 | 0.31 | 331.5 | 0.2 | 0.61 |
| Hex | AF | 87 | 9A | 0 | 17 | C | 1F | 14C | 14 | 3D |
| Octal | 257 | 207 | 232 | 0 | 27 | 14 | 37 | 514 | 24 | 75 |
| Binary | 10101111 | 10000111 | 10011010 | 0 | 10111 | 1100 | 11111 | 101001100 | 10100 | 111101 |
Color Harmonies of #AF879A
Complementary color
Monochromatic Colors of #AF879A
Black with #AF879A
Text Example
Text Example
White with #AF879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF879A; }
p { color: rgb(175,135,154); }
H1.HeaderClassName
{
color: #AF879A;
}
.AnyTagClassName
{
color: #AF879A;
}
</style>
background-color css
<style>
a { background-color: #AF879A; }
a { background-color: rgb(175,135,154); }
div.DivClassName
{
background-color: #AF879A;
}
.BgClassName
{
background-color: #AF879A;
}
</style>
border-color css
<style>
span { border-color: #AF879A; }
span { border-color: rgb(175,135,154); }
td.TdClassName
{
border-color: #AF879A;
}
.TagClassName
{
border-color: #AF879A;
}
</style>