Shades of Bouquet #A48898
Tints of Bouquet #A48898
RGB
CMYK
RGB Variations
Color information
#A48898 (or 0xA48898) is known color: Bouquet. HEX triplet: A4, 88 and 98. RGB value is (164,136,152). Sum of RGB (Red+Green+Blue) = 164+136+152=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A48898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48898 is #5B7767. Grayscale: #929292. Windows color (decimal): -5994344 or 9996452. OLE color: 9996452.
HSL color Cylindrical-coordinate representation of color #A48898: hue angle of 325.71º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A48898 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 136 | 152 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.36 |
| HSL | 325.71º | 0.13% | 0.59% | - |
| HSV(B) | 325.71º | 0.17% | 0.64% | - |
| XYZ | 29.78 | 27.77 | 33.5 | - |
| YUV | 146.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 152 | 0 | 0.17 | 0.07 | 0.36 | 325.71 | 0.13 | 0.59 |
| Hex | A4 | 88 | 98 | 0 | 11 | 7 | 24 | 146 | D | 3B |
| Octal | 244 | 210 | 230 | 0 | 21 | 7 | 44 | 506 | 15 | 73 |
| Binary | 10100100 | 10001000 | 10011000 | 0 | 10001 | 111 | 100100 | 101000110 | 1101 | 111011 |
Color Harmonies of #A48898
Complementary color
Monochromatic Colors of #A48898
Black with #A48898
Text Example
Text Example
White with #A48898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48898; }
p { color: rgb(164,136,152); }
H1.HeaderClassName
{
color: #A48898;
}
.AnyTagClassName
{
color: #A48898;
}
</style>
background-color css
<style>
a { background-color: #A48898; }
a { background-color: rgb(164,136,152); }
div.DivClassName
{
background-color: #A48898;
}
.BgClassName
{
background-color: #A48898;
}
</style>
border-color css
<style>
span { border-color: #A48898; }
span { border-color: rgb(164,136,152); }
td.TdClassName
{
border-color: #A48898;
}
.TagClassName
{
border-color: #A48898;
}
</style>