Shades of Bouquet #AF859C
Tints of Bouquet #AF859C
RGB
CMYK
RGB Variations
Color information
#AF859C (or 0xAF859C) is known color: Bouquet. HEX triplet: AF, 85 and 9C. RGB value is (175,133,156). Sum of RGB (Red+Green+Blue) = 175+133+156=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF859C is #507A63. Grayscale: #949494. Windows color (decimal): -5274212 or 10257839. OLE color: 10257839.
HSL color Cylindrical-coordinate representation of color #AF859C: hue angle of 327.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF859C is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 156 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.31 |
| HSL | 327.14º | 0.21% | 0.6% | - |
| HSV(B) | 327.14º | 0.24% | 0.69% | - |
| XYZ | 32.07 | 28.29 | 35.22 | - |
| YUV | 148.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 156 | 0 | 0.24 | 0.11 | 0.31 | 327.14 | 0.21 | 0.6 |
| Hex | AF | 85 | 9C | 0 | 18 | B | 1F | 147 | 15 | 3C |
| Octal | 257 | 205 | 234 | 0 | 30 | 13 | 37 | 507 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10011100 | 0 | 11000 | 1011 | 11111 | 101000111 | 10101 | 111100 |
Color Harmonies of #AF859C
Complementary color
Monochromatic Colors of #AF859C
Black with #AF859C
Text Example
Text Example
White with #AF859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF859C; }
p { color: rgb(175,133,156); }
H1.HeaderClassName
{
color: #AF859C;
}
.AnyTagClassName
{
color: #AF859C;
}
</style>
background-color css
<style>
a { background-color: #AF859C; }
a { background-color: rgb(175,133,156); }
div.DivClassName
{
background-color: #AF859C;
}
.BgClassName
{
background-color: #AF859C;
}
</style>
border-color css
<style>
span { border-color: #AF859C; }
span { border-color: rgb(175,133,156); }
td.TdClassName
{
border-color: #AF859C;
}
.TagClassName
{
border-color: #AF859C;
}
</style>