Shades of Bouquet #A18F9C
Tints of Bouquet #A18F9C
RGB
CMYK
RGB Variations
Color information
#A18F9C (or 0xA18F9C) is known color: Bouquet. HEX triplet: A1, 8F and 9C. RGB value is (161,143,156). Sum of RGB (Red+Green+Blue) = 161+143+156=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18F9C is #5E7063. Grayscale: #959595. Windows color (decimal): -6189156 or 10260385. OLE color: 10260385.
HSL color Cylindrical-coordinate representation of color #A18F9C: hue angle of 316.67º 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 #A18F9C is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 156 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.37 |
| HSL | 316.67º | 0.09% | 0.6% | - |
| HSV(B) | 316.67º | 0.11% | 0.63% | - |
| XYZ | 30.52 | 29.62 | 35.56 | - |
| YUV | 149.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 156 | 0 | 0.11 | 0.03 | 0.37 | 316.67 | 0.09 | 0.6 |
| Hex | A1 | 8F | 9C | 0 | B | 3 | 25 | 13D | 9 | 3C |
| Octal | 241 | 217 | 234 | 0 | 13 | 3 | 45 | 475 | 11 | 74 |
| Binary | 10100001 | 10001111 | 10011100 | 0 | 1011 | 11 | 100101 | 100111101 | 1001 | 111100 |
Color Harmonies of #A18F9C
Complementary color
Monochromatic Colors of #A18F9C
Black with #A18F9C
Text Example
Text Example
White with #A18F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F9C; }
p { color: rgb(161,143,156); }
H1.HeaderClassName
{
color: #A18F9C;
}
.AnyTagClassName
{
color: #A18F9C;
}
</style>
background-color css
<style>
a { background-color: #A18F9C; }
a { background-color: rgb(161,143,156); }
div.DivClassName
{
background-color: #A18F9C;
}
.BgClassName
{
background-color: #A18F9C;
}
</style>
border-color css
<style>
span { border-color: #A18F9C; }
span { border-color: rgb(161,143,156); }
td.TdClassName
{
border-color: #A18F9C;
}
.TagClassName
{
border-color: #A18F9C;
}
</style>