Shades of Bouquet #A28193
Tints of Bouquet #A28193
RGB
CMYK
RGB Variations
Color information
#A28193 (or 0xA28193) is known color: Bouquet. HEX triplet: A2, 81 and 93. RGB value is (162,129,147). Sum of RGB (Red+Green+Blue) = 162+129+147=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 162 - color contains mainly: red. Hex color #A28193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28193 is #5D7E6C. Grayscale: #8C8C8C. Windows color (decimal): -6127213 or 9666978. OLE color: 9666978.
HSL color Cylindrical-coordinate representation of color #A28193: hue angle of 327.27º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A28193 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 129 | 147 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.36 |
| HSL | 327.27º | 0.15% | 0.57% | - |
| HSV(B) | 327.27º | 0.2% | 0.64% | - |
| XYZ | 28.02 | 25.49 | 31.05 | - |
| YUV | 140.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 147 | 0 | 0.20 | 0.09 | 0.36 | 327.27 | 0.15 | 0.57 |
| Hex | A2 | 81 | 93 | 0 | 14 | 9 | 24 | 147 | F | 39 |
| Octal | 242 | 201 | 223 | 0 | 24 | 11 | 44 | 507 | 17 | 71 |
| Binary | 10100010 | 10000001 | 10010011 | 0 | 10100 | 1001 | 100100 | 101000111 | 1111 | 111001 |
Color Harmonies of #A28193
Complementary color
Monochromatic Colors of #A28193
Black with #A28193
Text Example
Text Example
White with #A28193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28193; }
p { color: rgb(162,129,147); }
H1.HeaderClassName
{
color: #A28193;
}
.AnyTagClassName
{
color: #A28193;
}
</style>
background-color css
<style>
a { background-color: #A28193; }
a { background-color: rgb(162,129,147); }
div.DivClassName
{
background-color: #A28193;
}
.BgClassName
{
background-color: #A28193;
}
</style>
border-color css
<style>
span { border-color: #A28193; }
span { border-color: rgb(162,129,147); }
td.TdClassName
{
border-color: #A28193;
}
.TagClassName
{
border-color: #A28193;
}
</style>