Shades of Bouquet #A57296
Tints of Bouquet #A57296
RGB
CMYK
RGB Variations
Color information
#A57296 (or 0xA57296) is known color: Bouquet. HEX triplet: A5, 72 and 96. RGB value is (165,114,150). Sum of RGB (Red+Green+Blue) = 165+114+150=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A57296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57296 is #5A8D69. Grayscale: #858585. Windows color (decimal): -5934442 or 9859749. OLE color: 9859749.
HSL color Cylindrical-coordinate representation of color #A57296: hue angle of 317.65º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A57296 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 114 | 150 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.35 |
| HSL | 317.65º | 0.22% | 0.55% | - |
| HSV(B) | 317.65º | 0.31% | 0.65% | - |
| XYZ | 27.04 | 22.24 | 31.72 | - |
| YUV | 133.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 150 | 0 | 0.31 | 0.09 | 0.35 | 317.65 | 0.22 | 0.55 |
| Hex | A5 | 72 | 96 | 0 | 1F | 9 | 23 | 13E | 16 | 37 |
| Octal | 245 | 162 | 226 | 0 | 37 | 11 | 43 | 476 | 26 | 67 |
| Binary | 10100101 | 1110010 | 10010110 | 0 | 11111 | 1001 | 100011 | 100111110 | 10110 | 110111 |
Color Harmonies of #A57296
Complementary color
Monochromatic Colors of #A57296
Black with #A57296
Text Example
Text Example
White with #A57296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57296; }
p { color: rgb(165,114,150); }
H1.HeaderClassName
{
color: #A57296;
}
.AnyTagClassName
{
color: #A57296;
}
</style>
background-color css
<style>
a { background-color: #A57296; }
a { background-color: rgb(165,114,150); }
div.DivClassName
{
background-color: #A57296;
}
.BgClassName
{
background-color: #A57296;
}
</style>
border-color css
<style>
span { border-color: #A57296; }
span { border-color: rgb(165,114,150); }
td.TdClassName
{
border-color: #A57296;
}
.TagClassName
{
border-color: #A57296;
}
</style>