Shades of Bouquet #A48291
Tints of Bouquet #A48291
RGB
CMYK
RGB Variations
Color information
#A48291 (or 0xA48291) is known color: Bouquet. HEX triplet: A4, 82 and 91. RGB value is (164,130,145). Sum of RGB (Red+Green+Blue) = 164+130+145=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A48291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48291 is #5B7D6E. Grayscale: #8D8D8D. Windows color (decimal): -5995887 or 9536164. OLE color: 9536164.
HSL color Cylindrical-coordinate representation of color #A48291: hue angle of 333.53º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A48291 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 130 | 145 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.36 |
| HSL | 333.53º | 0.16% | 0.58% | - |
| HSV(B) | 333.53º | 0.21% | 0.64% | - |
| XYZ | 28.4 | 25.9 | 30.29 | - |
| YUV | 141.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 145 | 0 | 0.21 | 0.12 | 0.36 | 333.53 | 0.16 | 0.58 |
| Hex | A4 | 82 | 91 | 0 | 15 | C | 24 | 14E | 10 | 3A |
| Octal | 244 | 202 | 221 | 0 | 25 | 14 | 44 | 516 | 20 | 72 |
| Binary | 10100100 | 10000010 | 10010001 | 0 | 10101 | 1100 | 100100 | 101001110 | 10000 | 111010 |
Color Harmonies of #A48291
Complementary color
Monochromatic Colors of #A48291
Black with #A48291
Text Example
Text Example
White with #A48291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48291; }
p { color: rgb(164,130,145); }
H1.HeaderClassName
{
color: #A48291;
}
.AnyTagClassName
{
color: #A48291;
}
</style>
background-color css
<style>
a { background-color: #A48291; }
a { background-color: rgb(164,130,145); }
div.DivClassName
{
background-color: #A48291;
}
.BgClassName
{
background-color: #A48291;
}
</style>
border-color css
<style>
span { border-color: #A48291; }
span { border-color: rgb(164,130,145); }
td.TdClassName
{
border-color: #A48291;
}
.TagClassName
{
border-color: #A48291;
}
</style>