Shades of Bouquet #A68090
Tints of Bouquet #A68090
RGB
CMYK
RGB Variations
Color information
#A68090 (or 0xA68090) is known color: Bouquet. HEX triplet: A6, 80 and 90. RGB value is (166,128,144). Sum of RGB (Red+Green+Blue) = 166+128+144=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A68090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68090 is #597F6F. Grayscale: #8D8D8D. Windows color (decimal): -5865328 or 9470118. OLE color: 9470118.
HSL color Cylindrical-coordinate representation of color #A68090: hue angle of 334.74º 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 #A68090 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 144 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.35 |
| HSL | 334.74º | 0.18% | 0.58% | - |
| HSV(B) | 334.74º | 0.23% | 0.65% | - |
| XYZ | 28.48 | 25.56 | 29.82 | - |
| YUV | 141.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 144 | 0 | 0.23 | 0.13 | 0.35 | 334.74 | 0.18 | 0.58 |
| Hex | A6 | 80 | 90 | 0 | 17 | D | 23 | 14F | 12 | 3A |
| Octal | 246 | 200 | 220 | 0 | 27 | 15 | 43 | 517 | 22 | 72 |
| Binary | 10100110 | 10000000 | 10010000 | 0 | 10111 | 1101 | 100011 | 101001111 | 10010 | 111010 |
Color Harmonies of #A68090
Complementary color
Monochromatic Colors of #A68090
Black with #A68090
Text Example
Text Example
White with #A68090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68090; }
p { color: rgb(166,128,144); }
H1.HeaderClassName
{
color: #A68090;
}
.AnyTagClassName
{
color: #A68090;
}
</style>
background-color css
<style>
a { background-color: #A68090; }
a { background-color: rgb(166,128,144); }
div.DivClassName
{
background-color: #A68090;
}
.BgClassName
{
background-color: #A68090;
}
</style>
border-color css
<style>
span { border-color: #A68090; }
span { border-color: rgb(166,128,144); }
td.TdClassName
{
border-color: #A68090;
}
.TagClassName
{
border-color: #A68090;
}
</style>