Shades of Bouquet #A48198
Tints of Bouquet #A48198
RGB
CMYK
RGB Variations
Color information
#A48198 (or 0xA48198) is known color: Bouquet. HEX triplet: A4, 81 and 98. RGB value is (164,129,152). Sum of RGB (Red+Green+Blue) = 164+129+152=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A48198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48198 is #5B7E67. Grayscale: #8E8E8E. Windows color (decimal): -5996136 or 9994660. OLE color: 9994660.
HSL color Cylindrical-coordinate representation of color #A48198: hue angle of 320.57º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A48198 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 129 | 152 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.36 |
| HSL | 320.57º | 0.16% | 0.57% | - |
| HSV(B) | 320.57º | 0.21% | 0.64% | - |
| XYZ | 28.83 | 25.86 | 33.18 | - |
| YUV | 142.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 152 | 0 | 0.21 | 0.07 | 0.36 | 320.57 | 0.16 | 0.57 |
| Hex | A4 | 81 | 98 | 0 | 15 | 7 | 24 | 141 | 10 | 39 |
| Octal | 244 | 201 | 230 | 0 | 25 | 7 | 44 | 501 | 20 | 71 |
| Binary | 10100100 | 10000001 | 10011000 | 0 | 10101 | 111 | 100100 | 101000001 | 10000 | 111001 |
Color Harmonies of #A48198
Complementary color
Monochromatic Colors of #A48198
Black with #A48198
Text Example
Text Example
White with #A48198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48198; }
p { color: rgb(164,129,152); }
H1.HeaderClassName
{
color: #A48198;
}
.AnyTagClassName
{
color: #A48198;
}
</style>
background-color css
<style>
a { background-color: #A48198; }
a { background-color: rgb(164,129,152); }
div.DivClassName
{
background-color: #A48198;
}
.BgClassName
{
background-color: #A48198;
}
</style>
border-color css
<style>
span { border-color: #A48198; }
span { border-color: rgb(164,129,152); }
td.TdClassName
{
border-color: #A48198;
}
.TagClassName
{
border-color: #A48198;
}
</style>