Shades of Bouquet #A08793
Tints of Bouquet #A08793
RGB
CMYK
RGB Variations
Color information
#A08793 (or 0xA08793) is known color: Bouquet. HEX triplet: A0, 87 and 93. RGB value is (160,135,147). Sum of RGB (Red+Green+Blue) = 160+135+147=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 160 - color contains mainly: red. Hex color #A08793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08793 is #5F786C. Grayscale: #8F8F8F. Windows color (decimal): -6256749 or 9668512. OLE color: 9668512.
HSL color Cylindrical-coordinate representation of color #A08793: hue angle of 331.2º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A08793 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 147 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.37 |
| HSL | 331.2º | 0.12% | 0.58% | - |
| HSV(B) | 331.2º | 0.16% | 0.63% | - |
| XYZ | 28.43 | 26.91 | 31.3 | - |
| YUV | 143.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 147 | 0 | 0.16 | 0.08 | 0.37 | 331.2 | 0.12 | 0.58 |
| Hex | A0 | 87 | 93 | 0 | 10 | 8 | 25 | 14B | C | 3A |
| Octal | 240 | 207 | 223 | 0 | 20 | 10 | 45 | 513 | 14 | 72 |
| Binary | 10100000 | 10000111 | 10010011 | 0 | 10000 | 1000 | 100101 | 101001011 | 1100 | 111010 |
Color Harmonies of #A08793
Complementary color
Monochromatic Colors of #A08793
Black with #A08793
Text Example
Text Example
White with #A08793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08793; }
p { color: rgb(160,135,147); }
H1.HeaderClassName
{
color: #A08793;
}
.AnyTagClassName
{
color: #A08793;
}
</style>
background-color css
<style>
a { background-color: #A08793; }
a { background-color: rgb(160,135,147); }
div.DivClassName
{
background-color: #A08793;
}
.BgClassName
{
background-color: #A08793;
}
</style>
border-color css
<style>
span { border-color: #A08793; }
span { border-color: rgb(160,135,147); }
td.TdClassName
{
border-color: #A08793;
}
.TagClassName
{
border-color: #A08793;
}
</style>