Shades of Bouquet #A07D96
Tints of Bouquet #A07D96
RGB
CMYK
RGB Variations
Color information
#A07D96 (or 0xA07D96) is known color: Bouquet. HEX triplet: A0, 7D and 96. RGB value is (160,125,150). Sum of RGB (Red+Green+Blue) = 160+125+150=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07D96 is #5F8269. Grayscale: #8A8A8A. Windows color (decimal): -6259306 or 9862560. OLE color: 9862560.
HSL color Cylindrical-coordinate representation of color #A07D96: hue angle of 317.14º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A07D96 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 150 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.37 |
| HSL | 317.14º | 0.16% | 0.56% | - |
| HSV(B) | 317.14º | 0.22% | 0.63% | - |
| XYZ | 27.34 | 24.34 | 32.11 | - |
| YUV | 138.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 150 | 0 | 0.22 | 0.06 | 0.37 | 317.14 | 0.16 | 0.56 |
| Hex | A0 | 7D | 96 | 0 | 16 | 6 | 25 | 13D | 10 | 38 |
| Octal | 240 | 175 | 226 | 0 | 26 | 6 | 45 | 475 | 20 | 70 |
| Binary | 10100000 | 1111101 | 10010110 | 0 | 10110 | 110 | 100101 | 100111101 | 10000 | 111000 |
Color Harmonies of #A07D96
Complementary color
Monochromatic Colors of #A07D96
Black with #A07D96
Text Example
Text Example
White with #A07D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D96; }
p { color: rgb(160,125,150); }
H1.HeaderClassName
{
color: #A07D96;
}
.AnyTagClassName
{
color: #A07D96;
}
</style>
background-color css
<style>
a { background-color: #A07D96; }
a { background-color: rgb(160,125,150); }
div.DivClassName
{
background-color: #A07D96;
}
.BgClassName
{
background-color: #A07D96;
}
</style>
border-color css
<style>
span { border-color: #A07D96; }
span { border-color: rgb(160,125,150); }
td.TdClassName
{
border-color: #A07D96;
}
.TagClassName
{
border-color: #A07D96;
}
</style>