Shades of Bouquet #A88296
Tints of Bouquet #A88296
RGB
CMYK
RGB Variations
Color information
#A88296 (or 0xA88296) is known color: Bouquet. HEX triplet: A8, 82 and 96. RGB value is (168,130,150). Sum of RGB (Red+Green+Blue) = 168+130+150=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A88296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88296 is #577D69. Grayscale: #8F8F8F. Windows color (decimal): -5733738 or 9863848. OLE color: 9863848.
HSL color Cylindrical-coordinate representation of color #A88296: hue angle of 328.42º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A88296 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 150 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.34 |
| HSL | 328.42º | 0.18% | 0.58% | - |
| HSV(B) | 328.42º | 0.23% | 0.66% | - |
| XYZ | 29.64 | 26.49 | 32.41 | - |
| YUV | 143.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 150 | 0 | 0.23 | 0.11 | 0.34 | 328.42 | 0.18 | 0.58 |
| Hex | A8 | 82 | 96 | 0 | 17 | B | 22 | 148 | 12 | 3A |
| Octal | 250 | 202 | 226 | 0 | 27 | 13 | 42 | 510 | 22 | 72 |
| Binary | 10101000 | 10000010 | 10010110 | 0 | 10111 | 1011 | 100010 | 101001000 | 10010 | 111010 |
Color Harmonies of #A88296
Complementary color
Monochromatic Colors of #A88296
Black with #A88296
Text Example
Text Example
White with #A88296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88296; }
p { color: rgb(168,130,150); }
H1.HeaderClassName
{
color: #A88296;
}
.AnyTagClassName
{
color: #A88296;
}
</style>
background-color css
<style>
a { background-color: #A88296; }
a { background-color: rgb(168,130,150); }
div.DivClassName
{
background-color: #A88296;
}
.BgClassName
{
background-color: #A88296;
}
</style>
border-color css
<style>
span { border-color: #A88296; }
span { border-color: rgb(168,130,150); }
td.TdClassName
{
border-color: #A88296;
}
.TagClassName
{
border-color: #A88296;
}
</style>