Shades of Bouquet #A68193
Tints of Bouquet #A68193
RGB
CMYK
RGB Variations
Color information
#A68193 (or 0xA68193) is known color: Bouquet. HEX triplet: A6, 81 and 93. RGB value is (166,129,147). Sum of RGB (Red+Green+Blue) = 166+129+147=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A68193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68193 is #597E6C. Grayscale: #8E8E8E. Windows color (decimal): -5865069 or 9666982. OLE color: 9666982.
HSL color Cylindrical-coordinate representation of color #A68193: hue angle of 330.81º 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 #A68193 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 147 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.35 |
| HSL | 330.81º | 0.17% | 0.58% | - |
| HSV(B) | 330.81º | 0.22% | 0.65% | - |
| XYZ | 28.84 | 25.91 | 31.09 | - |
| YUV | 142.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 147 | 0 | 0.22 | 0.11 | 0.35 | 330.81 | 0.17 | 0.58 |
| Hex | A6 | 81 | 93 | 0 | 16 | B | 23 | 14B | 11 | 3A |
| Octal | 246 | 201 | 223 | 0 | 26 | 13 | 43 | 513 | 21 | 72 |
| Binary | 10100110 | 10000001 | 10010011 | 0 | 10110 | 1011 | 100011 | 101001011 | 10001 | 111010 |
Color Harmonies of #A68193
Complementary color
Monochromatic Colors of #A68193
Black with #A68193
Text Example
Text Example
White with #A68193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68193; }
p { color: rgb(166,129,147); }
H1.HeaderClassName
{
color: #A68193;
}
.AnyTagClassName
{
color: #A68193;
}
</style>
background-color css
<style>
a { background-color: #A68193; }
a { background-color: rgb(166,129,147); }
div.DivClassName
{
background-color: #A68193;
}
.BgClassName
{
background-color: #A68193;
}
</style>
border-color css
<style>
span { border-color: #A68193; }
span { border-color: rgb(166,129,147); }
td.TdClassName
{
border-color: #A68193;
}
.TagClassName
{
border-color: #A68193;
}
</style>