Shades of Bouquet #A68395
Tints of Bouquet #A68395
RGB
CMYK
RGB Variations
Color information
#A68395 (or 0xA68395) is known color: Bouquet. HEX triplet: A6, 83 and 95. RGB value is (166,131,149). Sum of RGB (Red+Green+Blue) = 166+131+149=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A68395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68395 is #597C6A. Grayscale: #8F8F8F. Windows color (decimal): -5864555 or 9798566. OLE color: 9798566.
HSL color Cylindrical-coordinate representation of color #A68395: hue angle of 329.14º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A68395 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 149 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.35 |
| HSL | 329.14º | 0.16% | 0.58% | - |
| HSV(B) | 329.14º | 0.21% | 0.65% | - |
| XYZ | 29.27 | 26.51 | 32.01 | - |
| YUV | 143.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 149 | 0 | 0.21 | 0.10 | 0.35 | 329.14 | 0.16 | 0.58 |
| Hex | A6 | 83 | 95 | 0 | 15 | A | 23 | 149 | 10 | 3A |
| Octal | 246 | 203 | 225 | 0 | 25 | 12 | 43 | 511 | 20 | 72 |
| Binary | 10100110 | 10000011 | 10010101 | 0 | 10101 | 1010 | 100011 | 101001001 | 10000 | 111010 |
Color Harmonies of #A68395
Complementary color
Monochromatic Colors of #A68395
Black with #A68395
Text Example
Text Example
White with #A68395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68395; }
p { color: rgb(166,131,149); }
H1.HeaderClassName
{
color: #A68395;
}
.AnyTagClassName
{
color: #A68395;
}
</style>
background-color css
<style>
a { background-color: #A68395; }
a { background-color: rgb(166,131,149); }
div.DivClassName
{
background-color: #A68395;
}
.BgClassName
{
background-color: #A68395;
}
</style>
border-color css
<style>
span { border-color: #A68395; }
span { border-color: rgb(166,131,149); }
td.TdClassName
{
border-color: #A68395;
}
.TagClassName
{
border-color: #A68395;
}
</style>