Shades of Bouquet #AF869A
Tints of Bouquet #AF869A
RGB
CMYK
RGB Variations
Color information
#AF869A (or 0xAF869A) is known color: Bouquet. HEX triplet: AF, 86 and 9A. RGB value is (175,134,154). Sum of RGB (Red+Green+Blue) = 175+134+154=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF869A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF869A is #507965. Grayscale: #949494. Windows color (decimal): -5273958 or 10127023. OLE color: 10127023.
HSL color Cylindrical-coordinate representation of color #AF869A: hue angle of 330.73º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF869A is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 154 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.31 |
| HSL | 330.73º | 0.2% | 0.61% | - |
| HSV(B) | 330.73º | 0.23% | 0.69% | - |
| XYZ | 32.04 | 28.5 | 34.38 | - |
| YUV | 148.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 154 | 0 | 0.23 | 0.12 | 0.31 | 330.73 | 0.2 | 0.61 |
| Hex | AF | 86 | 9A | 0 | 17 | C | 1F | 14B | 14 | 3D |
| Octal | 257 | 206 | 232 | 0 | 27 | 14 | 37 | 513 | 24 | 75 |
| Binary | 10101111 | 10000110 | 10011010 | 0 | 10111 | 1100 | 11111 | 101001011 | 10100 | 111101 |
Color Harmonies of #AF869A
Complementary color
Monochromatic Colors of #AF869A
Black with #AF869A
Text Example
Text Example
White with #AF869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF869A; }
p { color: rgb(175,134,154); }
H1.HeaderClassName
{
color: #AF869A;
}
.AnyTagClassName
{
color: #AF869A;
}
</style>
background-color css
<style>
a { background-color: #AF869A; }
a { background-color: rgb(175,134,154); }
div.DivClassName
{
background-color: #AF869A;
}
.BgClassName
{
background-color: #AF869A;
}
</style>
border-color css
<style>
span { border-color: #AF869A; }
span { border-color: rgb(175,134,154); }
td.TdClassName
{
border-color: #AF869A;
}
.TagClassName
{
border-color: #AF869A;
}
</style>