Shades of Bouquet #A28696
Tints of Bouquet #A28696
RGB
CMYK
RGB Variations
Color information
#A28696 (or 0xA28696) is known color: Bouquet. HEX triplet: A2, 86 and 96. RGB value is (162,134,150). Sum of RGB (Red+Green+Blue) = 162+134+150=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A28696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28696 is #5D7969. Grayscale: #909090. Windows color (decimal): -6125930 or 9864866. OLE color: 9864866.
HSL color Cylindrical-coordinate representation of color #A28696: hue angle of 325.71º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A28696 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 134 | 150 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.36 |
| HSL | 325.71º | 0.13% | 0.58% | - |
| HSV(B) | 325.71º | 0.17% | 0.64% | - |
| XYZ | 28.93 | 26.93 | 32.53 | - |
| YUV | 144.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 150 | 0 | 0.17 | 0.07 | 0.36 | 325.71 | 0.13 | 0.58 |
| Hex | A2 | 86 | 96 | 0 | 11 | 7 | 24 | 146 | D | 3A |
| Octal | 242 | 206 | 226 | 0 | 21 | 7 | 44 | 506 | 15 | 72 |
| Binary | 10100010 | 10000110 | 10010110 | 0 | 10001 | 111 | 100100 | 101000110 | 1101 | 111010 |
Color Harmonies of #A28696
Complementary color
Monochromatic Colors of #A28696
Black with #A28696
Text Example
Text Example
White with #A28696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28696; }
p { color: rgb(162,134,150); }
H1.HeaderClassName
{
color: #A28696;
}
.AnyTagClassName
{
color: #A28696;
}
</style>
background-color css
<style>
a { background-color: #A28696; }
a { background-color: rgb(162,134,150); }
div.DivClassName
{
background-color: #A28696;
}
.BgClassName
{
background-color: #A28696;
}
</style>
border-color css
<style>
span { border-color: #A28696; }
span { border-color: rgb(162,134,150); }
td.TdClassName
{
border-color: #A28696;
}
.TagClassName
{
border-color: #A28696;
}
</style>