Shades of Bouquet #AF8C9B
Tints of Bouquet #AF8C9B
RGB
CMYK
RGB Variations
Color information
#AF8C9B (or 0xAF8C9B) is known color: Bouquet. HEX triplet: AF, 8C and 9B. RGB value is (175,140,155). Sum of RGB (Red+Green+Blue) = 175+140+155=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C9B is #507364. Grayscale: #989898. Windows color (decimal): -5272421 or 10194095. OLE color: 10194095.
HSL color Cylindrical-coordinate representation of color #AF8C9B: hue angle of 334.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8C9B is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 155 | - |
| CMYK | 0 | 0.2 | 0.11 | 0.31 |
| HSL | 334.29º | 0.18% | 0.62% | - |
| HSV(B) | 334.29º | 0.2% | 0.69% | - |
| XYZ | 32.97 | 30.24 | 35.11 | - |
| YUV | 152.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 155 | 0 | 0.2 | 0.11 | 0.31 | 334.29 | 0.18 | 0.62 |
| Hex | AF | 8C | 9B | 0 | 14 | B | 1F | 14E | 12 | 3E |
| Octal | 257 | 214 | 233 | 0 | 24 | 13 | 37 | 516 | 22 | 76 |
| Binary | 10101111 | 10001100 | 10011011 | 0 | 10100 | 1011 | 11111 | 101001110 | 10010 | 111110 |
Color Harmonies of #AF8C9B
Complementary color
Monochromatic Colors of #AF8C9B
Black with #AF8C9B
Text Example
Text Example
White with #AF8C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C9B; }
p { color: rgb(175,140,155); }
H1.HeaderClassName
{
color: #AF8C9B;
}
.AnyTagClassName
{
color: #AF8C9B;
}
</style>
background-color css
<style>
a { background-color: #AF8C9B; }
a { background-color: rgb(175,140,155); }
div.DivClassName
{
background-color: #AF8C9B;
}
.BgClassName
{
background-color: #AF8C9B;
}
</style>
border-color css
<style>
span { border-color: #AF8C9B; }
span { border-color: rgb(175,140,155); }
td.TdClassName
{
border-color: #AF8C9B;
}
.TagClassName
{
border-color: #AF8C9B;
}
</style>