Shades of Bouquet #A48095
Tints of Bouquet #A48095
RGB
CMYK
RGB Variations
Color information
#A48095 (or 0xA48095) is known color: Bouquet. HEX triplet: A4, 80 and 95. RGB value is (164,128,149). Sum of RGB (Red+Green+Blue) = 164+128+149=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A48095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48095 is #5B7F6A. Grayscale: #8D8D8D. Windows color (decimal): -5996395 or 9797796. OLE color: 9797796.
HSL color Cylindrical-coordinate representation of color #A48095: hue angle of 325º 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 #A48095 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 128 | 149 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.36 |
| HSL | 325º | 0.17% | 0.57% | - |
| HSV(B) | 325º | 0.22% | 0.64% | - |
| XYZ | 28.45 | 25.5 | 31.86 | - |
| YUV | 141.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 149 | 0 | 0.22 | 0.09 | 0.36 | 325 | 0.17 | 0.57 |
| Hex | A4 | 80 | 95 | 0 | 16 | 9 | 24 | 145 | 11 | 39 |
| Octal | 244 | 200 | 225 | 0 | 26 | 11 | 44 | 505 | 21 | 71 |
| Binary | 10100100 | 10000000 | 10010101 | 0 | 10110 | 1001 | 100100 | 101000101 | 10001 | 111001 |
Color Harmonies of #A48095
Complementary color
Monochromatic Colors of #A48095
Black with #A48095
Text Example
Text Example
White with #A48095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48095; }
p { color: rgb(164,128,149); }
H1.HeaderClassName
{
color: #A48095;
}
.AnyTagClassName
{
color: #A48095;
}
</style>
background-color css
<style>
a { background-color: #A48095; }
a { background-color: rgb(164,128,149); }
div.DivClassName
{
background-color: #A48095;
}
.BgClassName
{
background-color: #A48095;
}
</style>
border-color css
<style>
span { border-color: #A48095; }
span { border-color: rgb(164,128,149); }
td.TdClassName
{
border-color: #A48095;
}
.TagClassName
{
border-color: #A48095;
}
</style>