Shades of Bouquet #A68196
Tints of Bouquet #A68196
RGB
CMYK
RGB Variations
Color information
#A68196 (or 0xA68196) is known color: Bouquet. HEX triplet: A6, 81 and 96. RGB value is (166,129,150). Sum of RGB (Red+Green+Blue) = 166+129+150=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A68196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68196 is #597E69. Grayscale: #8E8E8E. Windows color (decimal): -5865066 or 9863590. OLE color: 9863590.
HSL color Cylindrical-coordinate representation of color #A68196: hue angle of 325.95º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A68196 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 150 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.35 |
| HSL | 325.95º | 0.17% | 0.58% | - |
| HSV(B) | 325.95º | 0.22% | 0.65% | - |
| XYZ | 29.08 | 26.01 | 32.34 | - |
| YUV | 142.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 150 | 0 | 0.22 | 0.10 | 0.35 | 325.95 | 0.17 | 0.58 |
| Hex | A6 | 81 | 96 | 0 | 16 | A | 23 | 146 | 11 | 3A |
| Octal | 246 | 201 | 226 | 0 | 26 | 12 | 43 | 506 | 21 | 72 |
| Binary | 10100110 | 10000001 | 10010110 | 0 | 10110 | 1010 | 100011 | 101000110 | 10001 | 111010 |
Color Harmonies of #A68196
Complementary color
Monochromatic Colors of #A68196
Black with #A68196
Text Example
Text Example
White with #A68196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68196; }
p { color: rgb(166,129,150); }
H1.HeaderClassName
{
color: #A68196;
}
.AnyTagClassName
{
color: #A68196;
}
</style>
background-color css
<style>
a { background-color: #A68196; }
a { background-color: rgb(166,129,150); }
div.DivClassName
{
background-color: #A68196;
}
.BgClassName
{
background-color: #A68196;
}
</style>
border-color css
<style>
span { border-color: #A68196; }
span { border-color: rgb(166,129,150); }
td.TdClassName
{
border-color: #A68196;
}
.TagClassName
{
border-color: #A68196;
}
</style>