Shades of Bouquet #A4869B
Tints of Bouquet #A4869B
RGB
CMYK
RGB Variations
Color information
#A4869B (or 0xA4869B) is known color: Bouquet. HEX triplet: A4, 86 and 9B. RGB value is (164,134,155). Sum of RGB (Red+Green+Blue) = 164+134+155=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A4869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4869B is #5B7964. Grayscale: #919191. Windows color (decimal): -5994853 or 10192548. OLE color: 10192548.
HSL color Cylindrical-coordinate representation of color #A4869B: hue angle of 318º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4869B is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 134 | 155 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.36 |
| HSL | 318º | 0.14% | 0.58% | - |
| HSV(B) | 318º | 0.18% | 0.64% | - |
| XYZ | 29.75 | 27.31 | 34.71 | - |
| YUV | 145.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 134 | 155 | 0 | 0.18 | 0.05 | 0.36 | 318 | 0.14 | 0.58 |
| Hex | A4 | 86 | 9B | 0 | 12 | 5 | 24 | 13E | E | 3A |
| Octal | 244 | 206 | 233 | 0 | 22 | 5 | 44 | 476 | 16 | 72 |
| Binary | 10100100 | 10000110 | 10011011 | 0 | 10010 | 101 | 100100 | 100111110 | 1110 | 111010 |
Color Harmonies of #A4869B
Complementary color
Monochromatic Colors of #A4869B
Black with #A4869B
Text Example
Text Example
White with #A4869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4869B; }
p { color: rgb(164,134,155); }
H1.HeaderClassName
{
color: #A4869B;
}
.AnyTagClassName
{
color: #A4869B;
}
</style>
background-color css
<style>
a { background-color: #A4869B; }
a { background-color: rgb(164,134,155); }
div.DivClassName
{
background-color: #A4869B;
}
.BgClassName
{
background-color: #A4869B;
}
</style>
border-color css
<style>
span { border-color: #A4869B; }
span { border-color: rgb(164,134,155); }
td.TdClassName
{
border-color: #A4869B;
}
.TagClassName
{
border-color: #A4869B;
}
</style>