Shades of Bouquet #A28594
Tints of Bouquet #A28594
RGB
CMYK
RGB Variations
Color information
#A28594 (or 0xA28594) is known color: Bouquet. HEX triplet: A2, 85 and 94. RGB value is (162,133,148). Sum of RGB (Red+Green+Blue) = 162+133+148=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A28594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28594 is #5D7A6B. Grayscale: #8F8F8F. Windows color (decimal): -6126188 or 9733538. OLE color: 9733538.
HSL color Cylindrical-coordinate representation of color #A28594: hue angle of 328.97º degrees, saturation: 0.13, 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 #A28594 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 148 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.36 |
| HSL | 328.97º | 0.13% | 0.58% | - |
| HSV(B) | 328.97º | 0.18% | 0.64% | - |
| XYZ | 28.63 | 26.59 | 31.64 | - |
| YUV | 143.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 148 | 0 | 0.18 | 0.09 | 0.36 | 328.97 | 0.13 | 0.58 |
| Hex | A2 | 85 | 94 | 0 | 12 | 9 | 24 | 149 | D | 3A |
| Octal | 242 | 205 | 224 | 0 | 22 | 11 | 44 | 511 | 15 | 72 |
| Binary | 10100010 | 10000101 | 10010100 | 0 | 10010 | 1001 | 100100 | 101001001 | 1101 | 111010 |
Color Harmonies of #A28594
Complementary color
Monochromatic Colors of #A28594
Black with #A28594
Text Example
Text Example
White with #A28594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28594; }
p { color: rgb(162,133,148); }
H1.HeaderClassName
{
color: #A28594;
}
.AnyTagClassName
{
color: #A28594;
}
</style>
background-color css
<style>
a { background-color: #A28594; }
a { background-color: rgb(162,133,148); }
div.DivClassName
{
background-color: #A28594;
}
.BgClassName
{
background-color: #A28594;
}
</style>
border-color css
<style>
span { border-color: #A28594; }
span { border-color: rgb(162,133,148); }
td.TdClassName
{
border-color: #A28594;
}
.TagClassName
{
border-color: #A28594;
}
</style>