Shades of Bouquet #AF899C
Tints of Bouquet #AF899C
RGB
CMYK
RGB Variations
Color information
#AF899C (or 0xAF899C) is known color: Bouquet. HEX triplet: AF, 89 and 9C. RGB value is (175,137,156). Sum of RGB (Red+Green+Blue) = 175+137+156=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF899C is #507663. Grayscale: #969696. Windows color (decimal): -5273188 or 10258863. OLE color: 10258863.
HSL color Cylindrical-coordinate representation of color #AF899C: hue angle of 330º 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 #AF899C is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 156 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.31 |
| HSL | 330º | 0.19% | 0.61% | - |
| HSV(B) | 330º | 0.22% | 0.69% | - |
| XYZ | 32.63 | 29.41 | 35.41 | - |
| YUV | 150.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 156 | 0 | 0.22 | 0.11 | 0.31 | 330 | 0.19 | 0.61 |
| Hex | AF | 89 | 9C | 0 | 16 | B | 1F | 14A | 13 | 3D |
| Octal | 257 | 211 | 234 | 0 | 26 | 13 | 37 | 512 | 23 | 75 |
| Binary | 10101111 | 10001001 | 10011100 | 0 | 10110 | 1011 | 11111 | 101001010 | 10011 | 111101 |
Color Harmonies of #AF899C
Complementary color
Monochromatic Colors of #AF899C
Black with #AF899C
Text Example
Text Example
White with #AF899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF899C; }
p { color: rgb(175,137,156); }
H1.HeaderClassName
{
color: #AF899C;
}
.AnyTagClassName
{
color: #AF899C;
}
</style>
background-color css
<style>
a { background-color: #AF899C; }
a { background-color: rgb(175,137,156); }
div.DivClassName
{
background-color: #AF899C;
}
.BgClassName
{
background-color: #AF899C;
}
</style>
border-color css
<style>
span { border-color: #AF899C; }
span { border-color: rgb(175,137,156); }
td.TdClassName
{
border-color: #AF899C;
}
.TagClassName
{
border-color: #AF899C;
}
</style>