Shades of Bouquet #A67F90
Tints of Bouquet #A67F90
RGB
CMYK
RGB Variations
Color information
#A67F90 (or 0xA67F90) is known color: Bouquet. HEX triplet: A6, 7F and 90. RGB value is (166,127,144). Sum of RGB (Red+Green+Blue) = 166+127+144=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F90 is #59806F. Grayscale: #8C8C8C. Windows color (decimal): -5865584 or 9469862. OLE color: 9469862.
HSL color Cylindrical-coordinate representation of color #A67F90: hue angle of 333.85º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A67F90 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 144 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.35 |
| HSL | 333.85º | 0.18% | 0.57% | - |
| HSV(B) | 333.85º | 0.23% | 0.65% | - |
| XYZ | 28.35 | 25.3 | 29.77 | - |
| YUV | 140.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 144 | 0 | 0.23 | 0.13 | 0.35 | 333.85 | 0.18 | 0.57 |
| Hex | A6 | 7F | 90 | 0 | 17 | D | 23 | 14E | 12 | 39 |
| Octal | 246 | 177 | 220 | 0 | 27 | 15 | 43 | 516 | 22 | 71 |
| Binary | 10100110 | 1111111 | 10010000 | 0 | 10111 | 1101 | 100011 | 101001110 | 10010 | 111001 |
Color Harmonies of #A67F90
Complementary color
Monochromatic Colors of #A67F90
Black with #A67F90
Text Example
Text Example
White with #A67F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F90; }
p { color: rgb(166,127,144); }
H1.HeaderClassName
{
color: #A67F90;
}
.AnyTagClassName
{
color: #A67F90;
}
</style>
background-color css
<style>
a { background-color: #A67F90; }
a { background-color: rgb(166,127,144); }
div.DivClassName
{
background-color: #A67F90;
}
.BgClassName
{
background-color: #A67F90;
}
</style>
border-color css
<style>
span { border-color: #A67F90; }
span { border-color: rgb(166,127,144); }
td.TdClassName
{
border-color: #A67F90;
}
.TagClassName
{
border-color: #A67F90;
}
</style>