Shades of Bouquet #A18596
Tints of Bouquet #A18596
RGB
CMYK
RGB Variations
Color information
#A18596 (or 0xA18596) is known color: Bouquet. HEX triplet: A1, 85 and 96. RGB value is (161,133,150). Sum of RGB (Red+Green+Blue) = 161+133+150=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 161 - color contains mainly: red. Hex color #A18596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18596 is #5E7A69. Grayscale: #8F8F8F. Windows color (decimal): -6191722 or 9864609. OLE color: 9864609.
HSL color Cylindrical-coordinate representation of color #A18596: hue angle of 323.57º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18596 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 150 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.37 |
| HSL | 323.57º | 0.13% | 0.58% | - |
| HSV(B) | 323.57º | 0.17% | 0.63% | - |
| XYZ | 28.59 | 26.55 | 32.47 | - |
| YUV | 143.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 150 | 0 | 0.17 | 0.07 | 0.37 | 323.57 | 0.13 | 0.58 |
| Hex | A1 | 85 | 96 | 0 | 11 | 7 | 25 | 144 | D | 3A |
| Octal | 241 | 205 | 226 | 0 | 21 | 7 | 45 | 504 | 15 | 72 |
| Binary | 10100001 | 10000101 | 10010110 | 0 | 10001 | 111 | 100101 | 101000100 | 1101 | 111010 |
Color Harmonies of #A18596
Complementary color
Monochromatic Colors of #A18596
Black with #A18596
Text Example
Text Example
White with #A18596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18596; }
p { color: rgb(161,133,150); }
H1.HeaderClassName
{
color: #A18596;
}
.AnyTagClassName
{
color: #A18596;
}
</style>
background-color css
<style>
a { background-color: #A18596; }
a { background-color: rgb(161,133,150); }
div.DivClassName
{
background-color: #A18596;
}
.BgClassName
{
background-color: #A18596;
}
</style>
border-color css
<style>
span { border-color: #A18596; }
span { border-color: rgb(161,133,150); }
td.TdClassName
{
border-color: #A18596;
}
.TagClassName
{
border-color: #A18596;
}
</style>