Shades of Bouquet #A48490
Tints of Bouquet #A48490
RGB
CMYK
RGB Variations
Color information
#A48490 (or 0xA48490) is known color: Bouquet. HEX triplet: A4, 84 and 90. RGB value is (164,132,144). Sum of RGB (Red+Green+Blue) = 164+132+144=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A48490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48490 is #5B7B6F. Grayscale: #8E8E8E. Windows color (decimal): -5995376 or 9471140. OLE color: 9471140.
HSL color Cylindrical-coordinate representation of color #A48490: hue angle of 337.5º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48490 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 144 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.36 |
| HSL | 337.5º | 0.15% | 0.58% | - |
| HSV(B) | 337.5º | 0.2% | 0.64% | - |
| XYZ | 28.6 | 26.41 | 29.98 | - |
| YUV | 142.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 144 | 0 | 0.20 | 0.12 | 0.36 | 337.5 | 0.15 | 0.58 |
| Hex | A4 | 84 | 90 | 0 | 14 | C | 24 | 152 | F | 3A |
| Octal | 244 | 204 | 220 | 0 | 24 | 14 | 44 | 522 | 17 | 72 |
| Binary | 10100100 | 10000100 | 10010000 | 0 | 10100 | 1100 | 100100 | 101010010 | 1111 | 111010 |
Color Harmonies of #A48490
Complementary color
Monochromatic Colors of #A48490
Black with #A48490
Text Example
Text Example
White with #A48490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48490; }
p { color: rgb(164,132,144); }
H1.HeaderClassName
{
color: #A48490;
}
.AnyTagClassName
{
color: #A48490;
}
</style>
background-color css
<style>
a { background-color: #A48490; }
a { background-color: rgb(164,132,144); }
div.DivClassName
{
background-color: #A48490;
}
.BgClassName
{
background-color: #A48490;
}
</style>
border-color css
<style>
span { border-color: #A48490; }
span { border-color: rgb(164,132,144); }
td.TdClassName
{
border-color: #A48490;
}
.TagClassName
{
border-color: #A48490;
}
</style>