Shades of Bouquet #AF8B9A
Tints of Bouquet #AF8B9A
RGB
CMYK
RGB Variations
Color information
#AF8B9A (or 0xAF8B9A) is known color: Bouquet. HEX triplet: AF, 8B and 9A. RGB value is (175,139,154). Sum of RGB (Red+Green+Blue) = 175+139+154=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8B9A is #507465. Grayscale: #979797. Windows color (decimal): -5272678 or 10128303. OLE color: 10128303.
HSL color Cylindrical-coordinate representation of color #AF8B9A: hue angle of 335º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8B9A is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 154 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.31 |
| HSL | 335º | 0.18% | 0.62% | - |
| HSV(B) | 335º | 0.21% | 0.69% | - |
| XYZ | 32.74 | 29.91 | 34.62 | - |
| YUV | 151.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 154 | 0 | 0.21 | 0.12 | 0.31 | 335 | 0.18 | 0.62 |
| Hex | AF | 8B | 9A | 0 | 15 | C | 1F | 14F | 12 | 3E |
| Octal | 257 | 213 | 232 | 0 | 25 | 14 | 37 | 517 | 22 | 76 |
| Binary | 10101111 | 10001011 | 10011010 | 0 | 10101 | 1100 | 11111 | 101001111 | 10010 | 111110 |
Color Harmonies of #AF8B9A
Complementary color
Monochromatic Colors of #AF8B9A
Black with #AF8B9A
Text Example
Text Example
White with #AF8B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B9A; }
p { color: rgb(175,139,154); }
H1.HeaderClassName
{
color: #AF8B9A;
}
.AnyTagClassName
{
color: #AF8B9A;
}
</style>
background-color css
<style>
a { background-color: #AF8B9A; }
a { background-color: rgb(175,139,154); }
div.DivClassName
{
background-color: #AF8B9A;
}
.BgClassName
{
background-color: #AF8B9A;
}
</style>
border-color css
<style>
span { border-color: #AF8B9A; }
span { border-color: rgb(175,139,154); }
td.TdClassName
{
border-color: #AF8B9A;
}
.TagClassName
{
border-color: #AF8B9A;
}
</style>