Shades of Bouquet #A58696
Tints of Bouquet #A58696
RGB
CMYK
RGB Variations
Color information
#A58696 (or 0xA58696) is known color: Bouquet. HEX triplet: A5, 86 and 96. RGB value is (165,134,150). Sum of RGB (Red+Green+Blue) = 165+134+150=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 165 - color contains mainly: red. Hex color #A58696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58696 is #5A7969. Grayscale: #919191. Windows color (decimal): -5929322 or 9864869. OLE color: 9864869.
HSL color Cylindrical-coordinate representation of color #A58696: hue angle of 329.03º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A58696 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 134 | 150 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.35 |
| HSL | 329.03º | 0.15% | 0.59% | - |
| HSV(B) | 329.03º | 0.19% | 0.65% | - |
| XYZ | 29.55 | 27.25 | 32.56 | - |
| YUV | 145.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 134 | 150 | 0 | 0.19 | 0.09 | 0.35 | 329.03 | 0.15 | 0.59 |
| Hex | A5 | 86 | 96 | 0 | 13 | 9 | 23 | 149 | F | 3B |
| Octal | 245 | 206 | 226 | 0 | 23 | 11 | 43 | 511 | 17 | 73 |
| Binary | 10100101 | 10000110 | 10010110 | 0 | 10011 | 1001 | 100011 | 101001001 | 1111 | 111011 |
Color Harmonies of #A58696
Complementary color
Monochromatic Colors of #A58696
Black with #A58696
Text Example
Text Example
White with #A58696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58696; }
p { color: rgb(165,134,150); }
H1.HeaderClassName
{
color: #A58696;
}
.AnyTagClassName
{
color: #A58696;
}
</style>
background-color css
<style>
a { background-color: #A58696; }
a { background-color: rgb(165,134,150); }
div.DivClassName
{
background-color: #A58696;
}
.BgClassName
{
background-color: #A58696;
}
</style>
border-color css
<style>
span { border-color: #A58696; }
span { border-color: rgb(165,134,150); }
td.TdClassName
{
border-color: #A58696;
}
.TagClassName
{
border-color: #A58696;
}
</style>