Shades of Bouquet #AF899B
Tints of Bouquet #AF899B
RGB
CMYK
RGB Variations
Color information
#AF899B (or 0xAF899B) is known color: Bouquet. HEX triplet: AF, 89 and 9B. RGB value is (175,137,155). Sum of RGB (Red+Green+Blue) = 175+137+155=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF899B is #507664. Grayscale: #969696. Windows color (decimal): -5273189 or 10193327. OLE color: 10193327.
HSL color Cylindrical-coordinate representation of color #AF899B: hue angle of 331.58º 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 #AF899B is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 155 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.31 |
| HSL | 331.58º | 0.19% | 0.61% | - |
| HSV(B) | 331.58º | 0.22% | 0.69% | - |
| XYZ | 32.54 | 29.37 | 34.96 | - |
| YUV | 150.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 155 | 0 | 0.22 | 0.11 | 0.31 | 331.58 | 0.19 | 0.61 |
| Hex | AF | 89 | 9B | 0 | 16 | B | 1F | 14C | 13 | 3D |
| Octal | 257 | 211 | 233 | 0 | 26 | 13 | 37 | 514 | 23 | 75 |
| Binary | 10101111 | 10001001 | 10011011 | 0 | 10110 | 1011 | 11111 | 101001100 | 10011 | 111101 |
Color Harmonies of #AF899B
Complementary color
Monochromatic Colors of #AF899B
Black with #AF899B
Text Example
Text Example
White with #AF899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF899B; }
p { color: rgb(175,137,155); }
H1.HeaderClassName
{
color: #AF899B;
}
.AnyTagClassName
{
color: #AF899B;
}
</style>
background-color css
<style>
a { background-color: #AF899B; }
a { background-color: rgb(175,137,155); }
div.DivClassName
{
background-color: #AF899B;
}
.BgClassName
{
background-color: #AF899B;
}
</style>
border-color css
<style>
span { border-color: #AF899B; }
span { border-color: rgb(175,137,155); }
td.TdClassName
{
border-color: #AF899B;
}
.TagClassName
{
border-color: #AF899B;
}
</style>