Shades of Bouquet #A28B97
Tints of Bouquet #A28B97
RGB
CMYK
RGB Variations
Color information
#A28B97 (or 0xA28B97) is known color: Bouquet. HEX triplet: A2, 8B and 97. RGB value is (162,139,151). Sum of RGB (Red+Green+Blue) = 162+139+151=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28B97 is #5D7468. Grayscale: #939393. Windows color (decimal): -6124649 or 9931682. OLE color: 9931682.
HSL color Cylindrical-coordinate representation of color #A28B97: hue angle of 328.7º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A28B97 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 151 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.36 |
| HSL | 328.7º | 0.11% | 0.59% | - |
| HSV(B) | 328.7º | 0.14% | 0.64% | - |
| XYZ | 29.72 | 28.38 | 33.19 | - |
| YUV | 147.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 151 | 0 | 0.14 | 0.07 | 0.36 | 328.7 | 0.11 | 0.59 |
| Hex | A2 | 8B | 97 | 0 | E | 7 | 24 | 149 | B | 3B |
| Octal | 242 | 213 | 227 | 0 | 16 | 7 | 44 | 511 | 13 | 73 |
| Binary | 10100010 | 10001011 | 10010111 | 0 | 1110 | 111 | 100100 | 101001001 | 1011 | 111011 |
Color Harmonies of #A28B97
Complementary color
Monochromatic Colors of #A28B97
Black with #A28B97
Text Example
Text Example
White with #A28B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B97; }
p { color: rgb(162,139,151); }
H1.HeaderClassName
{
color: #A28B97;
}
.AnyTagClassName
{
color: #A28B97;
}
</style>
background-color css
<style>
a { background-color: #A28B97; }
a { background-color: rgb(162,139,151); }
div.DivClassName
{
background-color: #A28B97;
}
.BgClassName
{
background-color: #A28B97;
}
</style>
border-color css
<style>
span { border-color: #A28B97; }
span { border-color: rgb(162,139,151); }
td.TdClassName
{
border-color: #A28B97;
}
.TagClassName
{
border-color: #A28B97;
}
</style>