Shades of Bouquet #A57D99
Tints of Bouquet #A57D99
RGB
CMYK
RGB Variations
Color information
#A57D99 (or 0xA57D99) is known color: Bouquet. HEX triplet: A5, 7D and 99. RGB value is (165,125,153). Sum of RGB (Red+Green+Blue) = 165+125+153=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57D99 is #5A8266. Grayscale: #8C8C8C. Windows color (decimal): -5931623 or 10059173. OLE color: 10059173.
HSL color Cylindrical-coordinate representation of color #A57D99: hue angle of 318º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A57D99 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 125 | 153 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.35 |
| HSL | 318º | 0.18% | 0.57% | - |
| HSV(B) | 318º | 0.24% | 0.65% | - |
| XYZ | 28.6 | 24.97 | 33.45 | - |
| YUV | 140.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 153 | 0 | 0.24 | 0.07 | 0.35 | 318 | 0.18 | 0.57 |
| Hex | A5 | 7D | 99 | 0 | 18 | 7 | 23 | 13E | 12 | 39 |
| Octal | 245 | 175 | 231 | 0 | 30 | 7 | 43 | 476 | 22 | 71 |
| Binary | 10100101 | 1111101 | 10011001 | 0 | 11000 | 111 | 100011 | 100111110 | 10010 | 111001 |
Color Harmonies of #A57D99
Complementary color
Monochromatic Colors of #A57D99
Black with #A57D99
Text Example
Text Example
White with #A57D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57D99; }
p { color: rgb(165,125,153); }
H1.HeaderClassName
{
color: #A57D99;
}
.AnyTagClassName
{
color: #A57D99;
}
</style>
background-color css
<style>
a { background-color: #A57D99; }
a { background-color: rgb(165,125,153); }
div.DivClassName
{
background-color: #A57D99;
}
.BgClassName
{
background-color: #A57D99;
}
</style>
border-color css
<style>
span { border-color: #A57D99; }
span { border-color: rgb(165,125,153); }
td.TdClassName
{
border-color: #A57D99;
}
.TagClassName
{
border-color: #A57D99;
}
</style>