Shades of Bouquet #A27396
Tints of Bouquet #A27396
RGB
CMYK
RGB Variations
Color information
#A27396 (or 0xA27396) is known color: Bouquet. HEX triplet: A2, 73 and 96. RGB value is (162,115,150). Sum of RGB (Red+Green+Blue) = 162+115+150=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A27396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27396 is #5D8C69. Grayscale: #848484. Windows color (decimal): -6130794 or 9860002. OLE color: 9860002.
HSL color Cylindrical-coordinate representation of color #A27396: hue angle of 315.32º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A27396 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 150 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.36 |
| HSL | 315.32º | 0.2% | 0.54% | - |
| HSV(B) | 315.32º | 0.29% | 0.64% | - |
| XYZ | 26.54 | 22.14 | 31.73 | - |
| YUV | 133.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 150 | 0 | 0.29 | 0.07 | 0.36 | 315.32 | 0.2 | 0.54 |
| Hex | A2 | 73 | 96 | 0 | 1D | 7 | 24 | 13B | 14 | 36 |
| Octal | 242 | 163 | 226 | 0 | 35 | 7 | 44 | 473 | 24 | 66 |
| Binary | 10100010 | 1110011 | 10010110 | 0 | 11101 | 111 | 100100 | 100111011 | 10100 | 110110 |
Color Harmonies of #A27396
Complementary color
Monochromatic Colors of #A27396
Black with #A27396
Text Example
Text Example
White with #A27396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27396; }
p { color: rgb(162,115,150); }
H1.HeaderClassName
{
color: #A27396;
}
.AnyTagClassName
{
color: #A27396;
}
</style>
background-color css
<style>
a { background-color: #A27396; }
a { background-color: rgb(162,115,150); }
div.DivClassName
{
background-color: #A27396;
}
.BgClassName
{
background-color: #A27396;
}
</style>
border-color css
<style>
span { border-color: #A27396; }
span { border-color: rgb(162,115,150); }
td.TdClassName
{
border-color: #A27396;
}
.TagClassName
{
border-color: #A27396;
}
</style>