Shades of Bouquet #A08395
Tints of Bouquet #A08395
RGB
CMYK
RGB Variations
Color information
#A08395 (or 0xA08395) is known color: Bouquet. HEX triplet: A0, 83 and 95. RGB value is (160,131,149). Sum of RGB (Red+Green+Blue) = 160+131+149=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A08395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08395 is #5F7C6A. Grayscale: #8D8D8D. Windows color (decimal): -6257771 or 9798560. OLE color: 9798560.
HSL color Cylindrical-coordinate representation of color #A08395: hue angle of 322.76º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08395 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 149 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.37 |
| HSL | 322.76º | 0.13% | 0.57% | - |
| HSV(B) | 322.76º | 0.18% | 0.63% | - |
| XYZ | 28.04 | 25.88 | 31.95 | - |
| YUV | 141.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 149 | 0 | 0.18 | 0.07 | 0.37 | 322.76 | 0.13 | 0.57 |
| Hex | A0 | 83 | 95 | 0 | 12 | 7 | 25 | 143 | D | 39 |
| Octal | 240 | 203 | 225 | 0 | 22 | 7 | 45 | 503 | 15 | 71 |
| Binary | 10100000 | 10000011 | 10010101 | 0 | 10010 | 111 | 100101 | 101000011 | 1101 | 111001 |
Color Harmonies of #A08395
Complementary color
Monochromatic Colors of #A08395
Black with #A08395
Text Example
Text Example
White with #A08395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08395; }
p { color: rgb(160,131,149); }
H1.HeaderClassName
{
color: #A08395;
}
.AnyTagClassName
{
color: #A08395;
}
</style>
background-color css
<style>
a { background-color: #A08395; }
a { background-color: rgb(160,131,149); }
div.DivClassName
{
background-color: #A08395;
}
.BgClassName
{
background-color: #A08395;
}
</style>
border-color css
<style>
span { border-color: #A08395; }
span { border-color: rgb(160,131,149); }
td.TdClassName
{
border-color: #A08395;
}
.TagClassName
{
border-color: #A08395;
}
</style>