Shades of Bouquet #A58292
Tints of Bouquet #A58292
RGB
CMYK
RGB Variations
Color information
#A58292 (or 0xA58292) is known color: Bouquet. HEX triplet: A5, 82 and 92. RGB value is (165,130,146). Sum of RGB (Red+Green+Blue) = 165+130+146=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A58292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58292 is #5A7D6D. Grayscale: #8E8E8E. Windows color (decimal): -5930350 or 9601701. OLE color: 9601701.
HSL color Cylindrical-coordinate representation of color #A58292: hue angle of 332.57º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A58292 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 130 | 146 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.35 |
| HSL | 332.57º | 0.16% | 0.58% | - |
| HSV(B) | 332.57º | 0.21% | 0.65% | - |
| XYZ | 28.69 | 26.04 | 30.71 | - |
| YUV | 142.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 146 | 0 | 0.21 | 0.12 | 0.35 | 332.57 | 0.16 | 0.58 |
| Hex | A5 | 82 | 92 | 0 | 15 | C | 23 | 14D | 10 | 3A |
| Octal | 245 | 202 | 222 | 0 | 25 | 14 | 43 | 515 | 20 | 72 |
| Binary | 10100101 | 10000010 | 10010010 | 0 | 10101 | 1100 | 100011 | 101001101 | 10000 | 111010 |
Color Harmonies of #A58292
Complementary color
Monochromatic Colors of #A58292
Black with #A58292
Text Example
Text Example
White with #A58292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58292; }
p { color: rgb(165,130,146); }
H1.HeaderClassName
{
color: #A58292;
}
.AnyTagClassName
{
color: #A58292;
}
</style>
background-color css
<style>
a { background-color: #A58292; }
a { background-color: rgb(165,130,146); }
div.DivClassName
{
background-color: #A58292;
}
.BgClassName
{
background-color: #A58292;
}
</style>
border-color css
<style>
span { border-color: #A58292; }
span { border-color: rgb(165,130,146); }
td.TdClassName
{
border-color: #A58292;
}
.TagClassName
{
border-color: #A58292;
}
</style>