Shades of Bouquet #A18399
Tints of Bouquet #A18399
RGB
CMYK
RGB Variations
Color information
#A18399 (or 0xA18399) is known color: Bouquet. HEX triplet: A1, 83 and 99. RGB value is (161,131,153). Sum of RGB (Red+Green+Blue) = 161+131+153=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A18399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18399 is #5E7C66. Grayscale: #8E8E8E. Windows color (decimal): -6192231 or 10060705. OLE color: 10060705.
HSL color Cylindrical-coordinate representation of color #A18399: hue angle of 316º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A18399 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 153 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.37 |
| HSL | 316º | 0.14% | 0.57% | - |
| HSV(B) | 316º | 0.19% | 0.63% | - |
| XYZ | 28.56 | 26.11 | 33.67 | - |
| YUV | 142.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 153 | 0 | 0.19 | 0.05 | 0.37 | 316 | 0.14 | 0.57 |
| Hex | A1 | 83 | 99 | 0 | 13 | 5 | 25 | 13C | E | 39 |
| Octal | 241 | 203 | 231 | 0 | 23 | 5 | 45 | 474 | 16 | 71 |
| Binary | 10100001 | 10000011 | 10011001 | 0 | 10011 | 101 | 100101 | 100111100 | 1110 | 111001 |
Color Harmonies of #A18399
Complementary color
Monochromatic Colors of #A18399
Black with #A18399
Text Example
Text Example
White with #A18399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18399; }
p { color: rgb(161,131,153); }
H1.HeaderClassName
{
color: #A18399;
}
.AnyTagClassName
{
color: #A18399;
}
</style>
background-color css
<style>
a { background-color: #A18399; }
a { background-color: rgb(161,131,153); }
div.DivClassName
{
background-color: #A18399;
}
.BgClassName
{
background-color: #A18399;
}
</style>
border-color css
<style>
span { border-color: #A18399; }
span { border-color: rgb(161,131,153); }
td.TdClassName
{
border-color: #A18399;
}
.TagClassName
{
border-color: #A18399;
}
</style>