Shades of Bouquet #A28091
Tints of Bouquet #A28091
RGB
CMYK
RGB Variations
Color information
#A28091 (or 0xA28091) is known color: Bouquet. HEX triplet: A2, 80 and 91. RGB value is (162,128,145). Sum of RGB (Red+Green+Blue) = 162+128+145=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A28091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28091 is #5D7F6E. Grayscale: #8C8C8C. Windows color (decimal): -6127471 or 9535650. OLE color: 9535650.
HSL color Cylindrical-coordinate representation of color #A28091: hue angle of 330º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A28091 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 145 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.36 |
| HSL | 330º | 0.15% | 0.57% | - |
| HSV(B) | 330º | 0.21% | 0.64% | - |
| XYZ | 27.73 | 25.16 | 30.18 | - |
| YUV | 140.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 145 | 0 | 0.21 | 0.10 | 0.36 | 330 | 0.15 | 0.57 |
| Hex | A2 | 80 | 91 | 0 | 15 | A | 24 | 14A | F | 39 |
| Octal | 242 | 200 | 221 | 0 | 25 | 12 | 44 | 512 | 17 | 71 |
| Binary | 10100010 | 10000000 | 10010001 | 0 | 10101 | 1010 | 100100 | 101001010 | 1111 | 111001 |
Color Harmonies of #A28091
Complementary color
Monochromatic Colors of #A28091
Black with #A28091
Text Example
Text Example
White with #A28091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28091; }
p { color: rgb(162,128,145); }
H1.HeaderClassName
{
color: #A28091;
}
.AnyTagClassName
{
color: #A28091;
}
</style>
background-color css
<style>
a { background-color: #A28091; }
a { background-color: rgb(162,128,145); }
div.DivClassName
{
background-color: #A28091;
}
.BgClassName
{
background-color: #A28091;
}
</style>
border-color css
<style>
span { border-color: #A28091; }
span { border-color: rgb(162,128,145); }
td.TdClassName
{
border-color: #A28091;
}
.TagClassName
{
border-color: #A28091;
}
</style>