Shades of Bouquet #A2869D
Tints of Bouquet #A2869D
RGB
CMYK
RGB Variations
Color information
#A2869D (or 0xA2869D) is known color: Bouquet. HEX triplet: A2, 86 and 9D. RGB value is (162,134,157). Sum of RGB (Red+Green+Blue) = 162+134+157=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A2869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2869D is #5D7962. Grayscale: #909090. Windows color (decimal): -6125923 or 10323618. OLE color: 10323618.
HSL color Cylindrical-coordinate representation of color #A2869D: hue angle of 310.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 #A2869D is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 134 | 157 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.36 |
| HSL | 310.71º | 0.13% | 0.58% | - |
| HSV(B) | 310.71º | 0.17% | 0.64% | - |
| XYZ | 29.51 | 27.17 | 35.59 | - |
| YUV | 144.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 157 | 0 | 0.17 | 0.03 | 0.36 | 310.71 | 0.13 | 0.58 |
| Hex | A2 | 86 | 9D | 0 | 11 | 3 | 24 | 137 | D | 3A |
| Octal | 242 | 206 | 235 | 0 | 21 | 3 | 44 | 467 | 15 | 72 |
| Binary | 10100010 | 10000110 | 10011101 | 0 | 10001 | 11 | 100100 | 100110111 | 1101 | 111010 |
Color Harmonies of #A2869D
Complementary color
Monochromatic Colors of #A2869D
Black with #A2869D
Text Example
Text Example
White with #A2869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2869D; }
p { color: rgb(162,134,157); }
H1.HeaderClassName
{
color: #A2869D;
}
.AnyTagClassName
{
color: #A2869D;
}
</style>
background-color css
<style>
a { background-color: #A2869D; }
a { background-color: rgb(162,134,157); }
div.DivClassName
{
background-color: #A2869D;
}
.BgClassName
{
background-color: #A2869D;
}
</style>
border-color css
<style>
span { border-color: #A2869D; }
span { border-color: rgb(162,134,157); }
td.TdClassName
{
border-color: #A2869D;
}
.TagClassName
{
border-color: #A2869D;
}
</style>