Shades of Bouquet #A48D99
Tints of Bouquet #A48D99
RGB
CMYK
RGB Variations
Color information
#A48D99 (or 0xA48D99) is known color: Bouquet. HEX triplet: A4, 8D and 99. RGB value is (164,141,153). Sum of RGB (Red+Green+Blue) = 164+141+153=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D99 is #5B7266. Grayscale: #959595. Windows color (decimal): -5993063 or 10063268. OLE color: 10063268.
HSL color Cylindrical-coordinate representation of color #A48D99: hue angle of 328.7º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A48D99 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 153 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.36 |
| HSL | 328.7º | 0.11% | 0.6% | - |
| HSV(B) | 328.7º | 0.14% | 0.64% | - |
| XYZ | 30.58 | 29.24 | 34.17 | - |
| YUV | 149.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 153 | 0 | 0.14 | 0.07 | 0.36 | 328.7 | 0.11 | 0.6 |
| Hex | A4 | 8D | 99 | 0 | E | 7 | 24 | 149 | B | 3C |
| Octal | 244 | 215 | 231 | 0 | 16 | 7 | 44 | 511 | 13 | 74 |
| Binary | 10100100 | 10001101 | 10011001 | 0 | 1110 | 111 | 100100 | 101001001 | 1011 | 111100 |
Color Harmonies of #A48D99
Complementary color
Monochromatic Colors of #A48D99
Black with #A48D99
Text Example
Text Example
White with #A48D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D99; }
p { color: rgb(164,141,153); }
H1.HeaderClassName
{
color: #A48D99;
}
.AnyTagClassName
{
color: #A48D99;
}
</style>
background-color css
<style>
a { background-color: #A48D99; }
a { background-color: rgb(164,141,153); }
div.DivClassName
{
background-color: #A48D99;
}
.BgClassName
{
background-color: #A48D99;
}
</style>
border-color css
<style>
span { border-color: #A48D99; }
span { border-color: rgb(164,141,153); }
td.TdClassName
{
border-color: #A48D99;
}
.TagClassName
{
border-color: #A48D99;
}
</style>