Shades of Bouquet #A07A99
Tints of Bouquet #A07A99
RGB
CMYK
RGB Variations
Color information
#A07A99 (or 0xA07A99) is known color: Bouquet. HEX triplet: A0, 7A and 99. RGB value is (160,122,153). Sum of RGB (Red+Green+Blue) = 160+122+153=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07A99 is #5F8566. Grayscale: #888888. Windows color (decimal): -6260071 or 10058400. OLE color: 10058400.
HSL color Cylindrical-coordinate representation of color #A07A99: hue angle of 311.05º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07A99 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 153 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.37 |
| HSL | 311.05º | 0.17% | 0.55% | - |
| HSV(B) | 311.05º | 0.24% | 0.63% | - |
| XYZ | 27.21 | 23.69 | 33.28 | - |
| YUV | 136.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 153 | 0 | 0.24 | 0.04 | 0.37 | 311.05 | 0.17 | 0.55 |
| Hex | A0 | 7A | 99 | 0 | 18 | 4 | 25 | 137 | 11 | 37 |
| Octal | 240 | 172 | 231 | 0 | 30 | 4 | 45 | 467 | 21 | 67 |
| Binary | 10100000 | 1111010 | 10011001 | 0 | 11000 | 100 | 100101 | 100110111 | 10001 | 110111 |
Color Harmonies of #A07A99
Complementary color
Monochromatic Colors of #A07A99
Black with #A07A99
Text Example
Text Example
White with #A07A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A99; }
p { color: rgb(160,122,153); }
H1.HeaderClassName
{
color: #A07A99;
}
.AnyTagClassName
{
color: #A07A99;
}
</style>
background-color css
<style>
a { background-color: #A07A99; }
a { background-color: rgb(160,122,153); }
div.DivClassName
{
background-color: #A07A99;
}
.BgClassName
{
background-color: #A07A99;
}
</style>
border-color css
<style>
span { border-color: #A07A99; }
span { border-color: rgb(160,122,153); }
td.TdClassName
{
border-color: #A07A99;
}
.TagClassName
{
border-color: #A07A99;
}
</style>