Shades of Bouquet #A68098
Tints of Bouquet #A68098
RGB
CMYK
RGB Variations
Color information
#A68098 (or 0xA68098) is known color: Bouquet. HEX triplet: A6, 80 and 98. RGB value is (166,128,152). Sum of RGB (Red+Green+Blue) = 166+128+152=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A68098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68098 is #597F67. Grayscale: #8E8E8E. Windows color (decimal): -5865320 or 9994406. OLE color: 9994406.
HSL color Cylindrical-coordinate representation of color #A68098: hue angle of 322.11º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A68098 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 152 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.35 |
| HSL | 322.11º | 0.18% | 0.58% | - |
| HSV(B) | 322.11º | 0.23% | 0.65% | - |
| XYZ | 29.11 | 25.81 | 33.15 | - |
| YUV | 142.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 152 | 0 | 0.23 | 0.08 | 0.35 | 322.11 | 0.18 | 0.58 |
| Hex | A6 | 80 | 98 | 0 | 17 | 8 | 23 | 142 | 12 | 3A |
| Octal | 246 | 200 | 230 | 0 | 27 | 10 | 43 | 502 | 22 | 72 |
| Binary | 10100110 | 10000000 | 10011000 | 0 | 10111 | 1000 | 100011 | 101000010 | 10010 | 111010 |
Color Harmonies of #A68098
Complementary color
Monochromatic Colors of #A68098
Black with #A68098
Text Example
Text Example
White with #A68098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68098; }
p { color: rgb(166,128,152); }
H1.HeaderClassName
{
color: #A68098;
}
.AnyTagClassName
{
color: #A68098;
}
</style>
background-color css
<style>
a { background-color: #A68098; }
a { background-color: rgb(166,128,152); }
div.DivClassName
{
background-color: #A68098;
}
.BgClassName
{
background-color: #A68098;
}
</style>
border-color css
<style>
span { border-color: #A68098; }
span { border-color: rgb(166,128,152); }
td.TdClassName
{
border-color: #A68098;
}
.TagClassName
{
border-color: #A68098;
}
</style>