Shades of Bouquet #A97D93
Tints of Bouquet #A97D93
RGB
CMYK
RGB Variations
Color information
#A97D93 (or 0xA97D93) is known color: Bouquet. HEX triplet: A9, 7D and 93. RGB value is (169,125,147). Sum of RGB (Red+Green+Blue) = 169+125+147=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97D93 is #56826C. Grayscale: #8C8C8C. Windows color (decimal): -5669485 or 9665961. OLE color: 9665961.
HSL color Cylindrical-coordinate representation of color #A97D93: hue angle of 330º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A97D93 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 147 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.34 |
| HSL | 330º | 0.2% | 0.58% | - |
| HSV(B) | 330º | 0.26% | 0.66% | - |
| XYZ | 28.96 | 25.21 | 30.94 | - |
| YUV | 140.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 147 | 0 | 0.26 | 0.13 | 0.34 | 330 | 0.2 | 0.58 |
| Hex | A9 | 7D | 93 | 0 | 1A | D | 22 | 14A | 14 | 3A |
| Octal | 251 | 175 | 223 | 0 | 32 | 15 | 42 | 512 | 24 | 72 |
| Binary | 10101001 | 1111101 | 10010011 | 0 | 11010 | 1101 | 100010 | 101001010 | 10100 | 111010 |
Color Harmonies of #A97D93
Complementary color
Monochromatic Colors of #A97D93
Black with #A97D93
Text Example
Text Example
White with #A97D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D93; }
p { color: rgb(169,125,147); }
H1.HeaderClassName
{
color: #A97D93;
}
.AnyTagClassName
{
color: #A97D93;
}
</style>
background-color css
<style>
a { background-color: #A97D93; }
a { background-color: rgb(169,125,147); }
div.DivClassName
{
background-color: #A97D93;
}
.BgClassName
{
background-color: #A97D93;
}
</style>
border-color css
<style>
span { border-color: #A97D93; }
span { border-color: rgb(169,125,147); }
td.TdClassName
{
border-color: #A97D93;
}
.TagClassName
{
border-color: #A97D93;
}
</style>