Shades of Bouquet #A48E9E
Tints of Bouquet #A48E9E
RGB
CMYK
RGB Variations
Color information
#A48E9E (or 0xA48E9E) is known color: Bouquet. HEX triplet: A4, 8E and 9E. RGB value is (164,142,158). Sum of RGB (Red+Green+Blue) = 164+142+158=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48E9E is #5B7161. Grayscale: #969696. Windows color (decimal): -5992802 or 10391204. OLE color: 10391204.
HSL color Cylindrical-coordinate representation of color #A48E9E: hue angle of 316.36º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A48E9E is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 142 | 158 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.36 |
| HSL | 316.36º | 0.11% | 0.6% | - |
| HSV(B) | 316.36º | 0.13% | 0.64% | - |
| XYZ | 31.15 | 29.71 | 36.44 | - |
| YUV | 150.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 142 | 158 | 0 | 0.13 | 0.04 | 0.36 | 316.36 | 0.11 | 0.6 |
| Hex | A4 | 8E | 9E | 0 | D | 4 | 24 | 13C | B | 3C |
| Octal | 244 | 216 | 236 | 0 | 15 | 4 | 44 | 474 | 13 | 74 |
| Binary | 10100100 | 10001110 | 10011110 | 0 | 1101 | 100 | 100100 | 100111100 | 1011 | 111100 |
Color Harmonies of #A48E9E
Complementary color
Monochromatic Colors of #A48E9E
Black with #A48E9E
Text Example
Text Example
White with #A48E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48E9E; }
p { color: rgb(164,142,158); }
H1.HeaderClassName
{
color: #A48E9E;
}
.AnyTagClassName
{
color: #A48E9E;
}
</style>
background-color css
<style>
a { background-color: #A48E9E; }
a { background-color: rgb(164,142,158); }
div.DivClassName
{
background-color: #A48E9E;
}
.BgClassName
{
background-color: #A48E9E;
}
</style>
border-color css
<style>
span { border-color: #A48E9E; }
span { border-color: rgb(164,142,158); }
td.TdClassName
{
border-color: #A48E9E;
}
.TagClassName
{
border-color: #A48E9E;
}
</style>