Shades of Bouquet #A68798
Tints of Bouquet #A68798
RGB
CMYK
RGB Variations
Color information
#A68798 (or 0xA68798) is known color: Bouquet. HEX triplet: A6, 87 and 98. RGB value is (166,135,152). Sum of RGB (Red+Green+Blue) = 166+135+152=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A68798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68798 is #597867. Grayscale: #929292. Windows color (decimal): -5863528 or 9996198. OLE color: 9996198.
HSL color Cylindrical-coordinate representation of color #A68798: hue angle of 327.1º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A68798 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 152 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.35 |
| HSL | 327.1º | 0.15% | 0.59% | - |
| HSV(B) | 327.1º | 0.19% | 0.65% | - |
| XYZ | 30.06 | 27.7 | 33.47 | - |
| YUV | 146.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 152 | 0 | 0.19 | 0.08 | 0.35 | 327.1 | 0.15 | 0.59 |
| Hex | A6 | 87 | 98 | 0 | 13 | 8 | 23 | 147 | F | 3B |
| Octal | 246 | 207 | 230 | 0 | 23 | 10 | 43 | 507 | 17 | 73 |
| Binary | 10100110 | 10000111 | 10011000 | 0 | 10011 | 1000 | 100011 | 101000111 | 1111 | 111011 |
Color Harmonies of #A68798
Complementary color
Monochromatic Colors of #A68798
Black with #A68798
Text Example
Text Example
White with #A68798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68798; }
p { color: rgb(166,135,152); }
H1.HeaderClassName
{
color: #A68798;
}
.AnyTagClassName
{
color: #A68798;
}
</style>
background-color css
<style>
a { background-color: #A68798; }
a { background-color: rgb(166,135,152); }
div.DivClassName
{
background-color: #A68798;
}
.BgClassName
{
background-color: #A68798;
}
</style>
border-color css
<style>
span { border-color: #A68798; }
span { border-color: rgb(166,135,152); }
td.TdClassName
{
border-color: #A68798;
}
.TagClassName
{
border-color: #A68798;
}
</style>