Shades of Bouquet #A18790
Tints of Bouquet #A18790
RGB
CMYK
RGB Variations
Color information
#A18790 (or 0xA18790) is known color: Bouquet. HEX triplet: A1, 87 and 90. RGB value is (161,135,144). Sum of RGB (Red+Green+Blue) = 161+135+144=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A18790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18790 is #5E786F. Grayscale: #8F8F8F. Windows color (decimal): -6191216 or 9471905. OLE color: 9471905.
HSL color Cylindrical-coordinate representation of color #A18790: hue angle of 339.23º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A18790 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 144 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.37 |
| HSL | 339.23º | 0.12% | 0.58% | - |
| HSV(B) | 339.23º | 0.16% | 0.63% | - |
| XYZ | 28.4 | 26.92 | 30.08 | - |
| YUV | 143.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 144 | 0 | 0.16 | 0.11 | 0.37 | 339.23 | 0.12 | 0.58 |
| Hex | A1 | 87 | 90 | 0 | 10 | B | 25 | 153 | C | 3A |
| Octal | 241 | 207 | 220 | 0 | 20 | 13 | 45 | 523 | 14 | 72 |
| Binary | 10100001 | 10000111 | 10010000 | 0 | 10000 | 1011 | 100101 | 101010011 | 1100 | 111010 |
Color Harmonies of #A18790
Complementary color
Monochromatic Colors of #A18790
Black with #A18790
Text Example
Text Example
White with #A18790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18790; }
p { color: rgb(161,135,144); }
H1.HeaderClassName
{
color: #A18790;
}
.AnyTagClassName
{
color: #A18790;
}
</style>
background-color css
<style>
a { background-color: #A18790; }
a { background-color: rgb(161,135,144); }
div.DivClassName
{
background-color: #A18790;
}
.BgClassName
{
background-color: #A18790;
}
</style>
border-color css
<style>
span { border-color: #A18790; }
span { border-color: rgb(161,135,144); }
td.TdClassName
{
border-color: #A18790;
}
.TagClassName
{
border-color: #A18790;
}
</style>