Shades of Bouquet #A48091
Tints of Bouquet #A48091
RGB
CMYK
RGB Variations
Color information
#A48091 (or 0xA48091) is known color: Bouquet. HEX triplet: A4, 80 and 91. RGB value is (164,128,145). Sum of RGB (Red+Green+Blue) = 164+128+145=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A48091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48091 is #5B7F6E. Grayscale: #8C8C8C. Windows color (decimal): -5996399 or 9535652. OLE color: 9535652.
HSL color Cylindrical-coordinate representation of color #A48091: hue angle of 331.67º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A48091 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 128 | 145 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.36 |
| HSL | 331.67º | 0.17% | 0.57% | - |
| HSV(B) | 331.67º | 0.22% | 0.64% | - |
| XYZ | 28.14 | 25.38 | 30.2 | - |
| YUV | 140.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 145 | 0 | 0.22 | 0.12 | 0.36 | 331.67 | 0.17 | 0.57 |
| Hex | A4 | 80 | 91 | 0 | 16 | C | 24 | 14C | 11 | 39 |
| Octal | 244 | 200 | 221 | 0 | 26 | 14 | 44 | 514 | 21 | 71 |
| Binary | 10100100 | 10000000 | 10010001 | 0 | 10110 | 1100 | 100100 | 101001100 | 10001 | 111001 |
Color Harmonies of #A48091
Complementary color
Monochromatic Colors of #A48091
Black with #A48091
Text Example
Text Example
White with #A48091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48091; }
p { color: rgb(164,128,145); }
H1.HeaderClassName
{
color: #A48091;
}
.AnyTagClassName
{
color: #A48091;
}
</style>
background-color css
<style>
a { background-color: #A48091; }
a { background-color: rgb(164,128,145); }
div.DivClassName
{
background-color: #A48091;
}
.BgClassName
{
background-color: #A48091;
}
</style>
border-color css
<style>
span { border-color: #A48091; }
span { border-color: rgb(164,128,145); }
td.TdClassName
{
border-color: #A48091;
}
.TagClassName
{
border-color: #A48091;
}
</style>