Shades of Bouquet #A18F9B
Tints of Bouquet #A18F9B
RGB
CMYK
RGB Variations
Color information
#A18F9B (or 0xA18F9B) is known color: Bouquet. HEX triplet: A1, 8F and 9B. RGB value is (161,143,155). Sum of RGB (Red+Green+Blue) = 161+143+155=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18F9B is #5E7064. Grayscale: #959595. Windows color (decimal): -6189157 or 10194849. OLE color: 10194849.
HSL color Cylindrical-coordinate representation of color #A18F9B: hue angle of 320º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A18F9B is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 155 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.37 |
| HSL | 320º | 0.09% | 0.6% | - |
| HSV(B) | 320º | 0.11% | 0.63% | - |
| XYZ | 30.44 | 29.59 | 35.12 | - |
| YUV | 149.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 155 | 0 | 0.11 | 0.04 | 0.37 | 320 | 0.09 | 0.6 |
| Hex | A1 | 8F | 9B | 0 | B | 4 | 25 | 140 | 9 | 3C |
| Octal | 241 | 217 | 233 | 0 | 13 | 4 | 45 | 500 | 11 | 74 |
| Binary | 10100001 | 10001111 | 10011011 | 0 | 1011 | 100 | 100101 | 101000000 | 1001 | 111100 |
Color Harmonies of #A18F9B
Complementary color
Monochromatic Colors of #A18F9B
Black with #A18F9B
Text Example
Text Example
White with #A18F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F9B; }
p { color: rgb(161,143,155); }
H1.HeaderClassName
{
color: #A18F9B;
}
.AnyTagClassName
{
color: #A18F9B;
}
</style>
background-color css
<style>
a { background-color: #A18F9B; }
a { background-color: rgb(161,143,155); }
div.DivClassName
{
background-color: #A18F9B;
}
.BgClassName
{
background-color: #A18F9B;
}
</style>
border-color css
<style>
span { border-color: #A18F9B; }
span { border-color: rgb(161,143,155); }
td.TdClassName
{
border-color: #A18F9B;
}
.TagClassName
{
border-color: #A18F9B;
}
</style>