Shades of Bouquet #A37F91
Tints of Bouquet #A37F91
RGB
CMYK
RGB Variations
Color information
#A37F91 (or 0xA37F91) is known color: Bouquet. HEX triplet: A3, 7F and 91. RGB value is (163,127,145). Sum of RGB (Red+Green+Blue) = 163+127+145=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F91 is #5C806E. Grayscale: #8B8B8B. Windows color (decimal): -6062191 or 9535395. OLE color: 9535395.
HSL color Cylindrical-coordinate representation of color #A37F91: hue angle of 330º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A37F91 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 145 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.36 |
| HSL | 330º | 0.16% | 0.57% | - |
| HSV(B) | 330º | 0.22% | 0.64% | - |
| XYZ | 27.8 | 25.01 | 30.15 | - |
| YUV | 139.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 145 | 0 | 0.22 | 0.11 | 0.36 | 330 | 0.16 | 0.57 |
| Hex | A3 | 7F | 91 | 0 | 16 | B | 24 | 14A | 10 | 39 |
| Octal | 243 | 177 | 221 | 0 | 26 | 13 | 44 | 512 | 20 | 71 |
| Binary | 10100011 | 1111111 | 10010001 | 0 | 10110 | 1011 | 100100 | 101001010 | 10000 | 111001 |
Color Harmonies of #A37F91
Complementary color
Monochromatic Colors of #A37F91
Black with #A37F91
Text Example
Text Example
White with #A37F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F91; }
p { color: rgb(163,127,145); }
H1.HeaderClassName
{
color: #A37F91;
}
.AnyTagClassName
{
color: #A37F91;
}
</style>
background-color css
<style>
a { background-color: #A37F91; }
a { background-color: rgb(163,127,145); }
div.DivClassName
{
background-color: #A37F91;
}
.BgClassName
{
background-color: #A37F91;
}
</style>
border-color css
<style>
span { border-color: #A37F91; }
span { border-color: rgb(163,127,145); }
td.TdClassName
{
border-color: #A37F91;
}
.TagClassName
{
border-color: #A37F91;
}
</style>