Shades of Bouquet #A67D95
Tints of Bouquet #A67D95
RGB
CMYK
RGB Variations
Color information
#A67D95 (or 0xA67D95) is known color: Bouquet. HEX triplet: A6, 7D and 95. RGB value is (166,125,149). Sum of RGB (Red+Green+Blue) = 166+125+149=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67D95 is #59826A. Grayscale: #8B8B8B. Windows color (decimal): -5866091 or 9797030. OLE color: 9797030.
HSL color Cylindrical-coordinate representation of color #A67D95: hue angle of 324.88º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A67D95 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 125 | 149 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.35 |
| HSL | 324.88º | 0.19% | 0.57% | - |
| HSV(B) | 324.88º | 0.25% | 0.65% | - |
| XYZ | 28.48 | 24.94 | 31.75 | - |
| YUV | 140 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 149 | 0 | 0.25 | 0.10 | 0.35 | 324.88 | 0.19 | 0.57 |
| Hex | A6 | 7D | 95 | 0 | 19 | A | 23 | 145 | 13 | 39 |
| Octal | 246 | 175 | 225 | 0 | 31 | 12 | 43 | 505 | 23 | 71 |
| Binary | 10100110 | 1111101 | 10010101 | 0 | 11001 | 1010 | 100011 | 101000101 | 10011 | 111001 |
Color Harmonies of #A67D95
Complementary color
Monochromatic Colors of #A67D95
Black with #A67D95
Text Example
Text Example
White with #A67D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67D95; }
p { color: rgb(166,125,149); }
H1.HeaderClassName
{
color: #A67D95;
}
.AnyTagClassName
{
color: #A67D95;
}
</style>
background-color css
<style>
a { background-color: #A67D95; }
a { background-color: rgb(166,125,149); }
div.DivClassName
{
background-color: #A67D95;
}
.BgClassName
{
background-color: #A67D95;
}
</style>
border-color css
<style>
span { border-color: #A67D95; }
span { border-color: rgb(166,125,149); }
td.TdClassName
{
border-color: #A67D95;
}
.TagClassName
{
border-color: #A67D95;
}
</style>