Shades of Bouquet #A57396
Tints of Bouquet #A57396
RGB
CMYK
RGB Variations
Color information
#A57396 (or 0xA57396) is known color: Bouquet. HEX triplet: A5, 73 and 96. RGB value is (165,115,150). Sum of RGB (Red+Green+Blue) = 165+115+150=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A57396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57396 is #5A8C69. Grayscale: #858585. Windows color (decimal): -5934186 or 9860005. OLE color: 9860005.
HSL color Cylindrical-coordinate representation of color #A57396: hue angle of 318º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57396 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 115 | 150 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.35 |
| HSL | 318º | 0.22% | 0.55% | - |
| HSV(B) | 318º | 0.3% | 0.65% | - |
| XYZ | 27.15 | 22.46 | 31.76 | - |
| YUV | 133.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 150 | 0 | 0.30 | 0.09 | 0.35 | 318 | 0.22 | 0.55 |
| Hex | A5 | 73 | 96 | 0 | 1E | 9 | 23 | 13E | 16 | 37 |
| Octal | 245 | 163 | 226 | 0 | 36 | 11 | 43 | 476 | 26 | 67 |
| Binary | 10100101 | 1110011 | 10010110 | 0 | 11110 | 1001 | 100011 | 100111110 | 10110 | 110111 |
Color Harmonies of #A57396
Complementary color
Monochromatic Colors of #A57396
Black with #A57396
Text Example
Text Example
White with #A57396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57396; }
p { color: rgb(165,115,150); }
H1.HeaderClassName
{
color: #A57396;
}
.AnyTagClassName
{
color: #A57396;
}
</style>
background-color css
<style>
a { background-color: #A57396; }
a { background-color: rgb(165,115,150); }
div.DivClassName
{
background-color: #A57396;
}
.BgClassName
{
background-color: #A57396;
}
</style>
border-color css
<style>
span { border-color: #A57396; }
span { border-color: rgb(165,115,150); }
td.TdClassName
{
border-color: #A57396;
}
.TagClassName
{
border-color: #A57396;
}
</style>