Shades of Bouquet #AF8C9C
Tints of Bouquet #AF8C9C
RGB
CMYK
RGB Variations
Color information
#AF8C9C (or 0xAF8C9C) is known color: Bouquet. HEX triplet: AF, 8C and 9C. RGB value is (175,140,156). Sum of RGB (Red+Green+Blue) = 175+140+156=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C9C is #507363. Grayscale: #989898. Windows color (decimal): -5272420 or 10259631. OLE color: 10259631.
HSL color Cylindrical-coordinate representation of color #AF8C9C: hue angle of 332.57º 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 #AF8C9C is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 156 | - |
| CMYK | 0 | 0.2 | 0.11 | 0.31 |
| HSL | 332.57º | 0.18% | 0.62% | - |
| HSV(B) | 332.57º | 0.2% | 0.69% | - |
| XYZ | 33.06 | 30.27 | 35.55 | - |
| YUV | 152.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 156 | 0 | 0.2 | 0.11 | 0.31 | 332.57 | 0.18 | 0.62 |
| Hex | AF | 8C | 9C | 0 | 14 | B | 1F | 14D | 12 | 3E |
| Octal | 257 | 214 | 234 | 0 | 24 | 13 | 37 | 515 | 22 | 76 |
| Binary | 10101111 | 10001100 | 10011100 | 0 | 10100 | 1011 | 11111 | 101001101 | 10010 | 111110 |
Color Harmonies of #AF8C9C
Complementary color
Monochromatic Colors of #AF8C9C
Black with #AF8C9C
Text Example
Text Example
White with #AF8C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C9C; }
p { color: rgb(175,140,156); }
H1.HeaderClassName
{
color: #AF8C9C;
}
.AnyTagClassName
{
color: #AF8C9C;
}
</style>
background-color css
<style>
a { background-color: #AF8C9C; }
a { background-color: rgb(175,140,156); }
div.DivClassName
{
background-color: #AF8C9C;
}
.BgClassName
{
background-color: #AF8C9C;
}
</style>
border-color css
<style>
span { border-color: #AF8C9C; }
span { border-color: rgb(175,140,156); }
td.TdClassName
{
border-color: #AF8C9C;
}
.TagClassName
{
border-color: #AF8C9C;
}
</style>