Shades of Bouquet #AF899A
Tints of Bouquet #AF899A
RGB
CMYK
RGB Variations
Color information
#AF899A (or 0xAF899A) is known color: Bouquet. HEX triplet: AF, 89 and 9A. RGB value is (175,137,154). Sum of RGB (Red+Green+Blue) = 175+137+154=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF899A is #507665. Grayscale: #969696. Windows color (decimal): -5273190 or 10127791. OLE color: 10127791.
HSL color Cylindrical-coordinate representation of color #AF899A: hue angle of 333.16º degrees, saturation: 0.19, 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 #AF899A is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 154 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.31 |
| HSL | 333.16º | 0.19% | 0.61% | - |
| HSV(B) | 333.16º | 0.22% | 0.69% | - |
| XYZ | 32.46 | 29.34 | 34.52 | - |
| YUV | 150.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 154 | 0 | 0.22 | 0.12 | 0.31 | 333.16 | 0.19 | 0.61 |
| Hex | AF | 89 | 9A | 0 | 16 | C | 1F | 14D | 13 | 3D |
| Octal | 257 | 211 | 232 | 0 | 26 | 14 | 37 | 515 | 23 | 75 |
| Binary | 10101111 | 10001001 | 10011010 | 0 | 10110 | 1100 | 11111 | 101001101 | 10011 | 111101 |
Color Harmonies of #AF899A
Complementary color
Monochromatic Colors of #AF899A
Black with #AF899A
Text Example
Text Example
White with #AF899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF899A; }
p { color: rgb(175,137,154); }
H1.HeaderClassName
{
color: #AF899A;
}
.AnyTagClassName
{
color: #AF899A;
}
</style>
background-color css
<style>
a { background-color: #AF899A; }
a { background-color: rgb(175,137,154); }
div.DivClassName
{
background-color: #AF899A;
}
.BgClassName
{
background-color: #AF899A;
}
</style>
border-color css
<style>
span { border-color: #AF899A; }
span { border-color: rgb(175,137,154); }
td.TdClassName
{
border-color: #AF899A;
}
.TagClassName
{
border-color: #AF899A;
}
</style>