Shades of Bouquet #AF889A
Tints of Bouquet #AF889A
RGB
CMYK
RGB Variations
Color information
#AF889A (or 0xAF889A) is known color: Bouquet. HEX triplet: AF, 88 and 9A. RGB value is (175,136,154). Sum of RGB (Red+Green+Blue) = 175+136+154=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF889A is #507765. Grayscale: #959595. Windows color (decimal): -5273446 or 10127535. OLE color: 10127535.
HSL color Cylindrical-coordinate representation of color #AF889A: hue angle of 332.31º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF889A is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 154 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.31 |
| HSL | 332.31º | 0.2% | 0.61% | - |
| HSV(B) | 332.31º | 0.22% | 0.69% | - |
| XYZ | 32.32 | 29.06 | 34.48 | - |
| YUV | 149.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 154 | 0 | 0.22 | 0.12 | 0.31 | 332.31 | 0.2 | 0.61 |
| Hex | AF | 88 | 9A | 0 | 16 | C | 1F | 14C | 14 | 3D |
| Octal | 257 | 210 | 232 | 0 | 26 | 14 | 37 | 514 | 24 | 75 |
| Binary | 10101111 | 10001000 | 10011010 | 0 | 10110 | 1100 | 11111 | 101001100 | 10100 | 111101 |
Color Harmonies of #AF889A
Complementary color
Monochromatic Colors of #AF889A
Black with #AF889A
Text Example
Text Example
White with #AF889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF889A; }
p { color: rgb(175,136,154); }
H1.HeaderClassName
{
color: #AF889A;
}
.AnyTagClassName
{
color: #AF889A;
}
</style>
background-color css
<style>
a { background-color: #AF889A; }
a { background-color: rgb(175,136,154); }
div.DivClassName
{
background-color: #AF889A;
}
.BgClassName
{
background-color: #AF889A;
}
</style>
border-color css
<style>
span { border-color: #AF889A; }
span { border-color: rgb(175,136,154); }
td.TdClassName
{
border-color: #AF889A;
}
.TagClassName
{
border-color: #AF889A;
}
</style>