Shades of Bouquet #A47895
Tints of Bouquet #A47895
RGB
CMYK
RGB Variations
Color information
#A47895 (or 0xA47895) is known color: Bouquet. HEX triplet: A4, 78 and 95. RGB value is (164,120,149). Sum of RGB (Red+Green+Blue) = 164+120+149=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A47895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47895 is #5B876A. Grayscale: #888888. Windows color (decimal): -5998443 or 9795748. OLE color: 9795748.
HSL color Cylindrical-coordinate representation of color #A47895: hue angle of 320.45º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47895 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 120 | 149 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.36 |
| HSL | 320.45º | 0.19% | 0.56% | - |
| HSV(B) | 320.45º | 0.27% | 0.64% | - |
| XYZ | 27.45 | 23.5 | 31.52 | - |
| YUV | 136.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 149 | 0 | 0.27 | 0.09 | 0.36 | 320.45 | 0.19 | 0.56 |
| Hex | A4 | 78 | 95 | 0 | 1B | 9 | 24 | 140 | 13 | 38 |
| Octal | 244 | 170 | 225 | 0 | 33 | 11 | 44 | 500 | 23 | 70 |
| Binary | 10100100 | 1111000 | 10010101 | 0 | 11011 | 1001 | 100100 | 101000000 | 10011 | 111000 |
Color Harmonies of #A47895
Complementary color
Monochromatic Colors of #A47895
Black with #A47895
Text Example
Text Example
White with #A47895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47895; }
p { color: rgb(164,120,149); }
H1.HeaderClassName
{
color: #A47895;
}
.AnyTagClassName
{
color: #A47895;
}
</style>
background-color css
<style>
a { background-color: #A47895; }
a { background-color: rgb(164,120,149); }
div.DivClassName
{
background-color: #A47895;
}
.BgClassName
{
background-color: #A47895;
}
</style>
border-color css
<style>
span { border-color: #A47895; }
span { border-color: rgb(164,120,149); }
td.TdClassName
{
border-color: #A47895;
}
.TagClassName
{
border-color: #A47895;
}
</style>