Shades of Bouquet #A28A95
Tints of Bouquet #A28A95
RGB
CMYK
RGB Variations
Color information
#A28A95 (or 0xA28A95) is known color: Bouquet. HEX triplet: A2, 8A and 95. RGB value is (162,138,149). Sum of RGB (Red+Green+Blue) = 162+138+149=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28A95 is #5D756A. Grayscale: #929292. Windows color (decimal): -6124907 or 9800354. OLE color: 9800354.
HSL color Cylindrical-coordinate representation of color #A28A95: hue angle of 332.5º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A28A95 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 149 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.36 |
| HSL | 332.5º | 0.11% | 0.59% | - |
| HSV(B) | 332.5º | 0.15% | 0.64% | - |
| XYZ | 29.41 | 28.03 | 32.29 | - |
| YUV | 146.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 149 | 0 | 0.15 | 0.08 | 0.36 | 332.5 | 0.11 | 0.59 |
| Hex | A2 | 8A | 95 | 0 | F | 8 | 24 | 14C | B | 3B |
| Octal | 242 | 212 | 225 | 0 | 17 | 10 | 44 | 514 | 13 | 73 |
| Binary | 10100010 | 10001010 | 10010101 | 0 | 1111 | 1000 | 100100 | 101001100 | 1011 | 111011 |
Color Harmonies of #A28A95
Complementary color
Monochromatic Colors of #A28A95
Black with #A28A95
Text Example
Text Example
White with #A28A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A95; }
p { color: rgb(162,138,149); }
H1.HeaderClassName
{
color: #A28A95;
}
.AnyTagClassName
{
color: #A28A95;
}
</style>
background-color css
<style>
a { background-color: #A28A95; }
a { background-color: rgb(162,138,149); }
div.DivClassName
{
background-color: #A28A95;
}
.BgClassName
{
background-color: #A28A95;
}
</style>
border-color css
<style>
span { border-color: #A28A95; }
span { border-color: rgb(162,138,149); }
td.TdClassName
{
border-color: #A28A95;
}
.TagClassName
{
border-color: #A28A95;
}
</style>