Shades of Bouquet #A68297
Tints of Bouquet #A68297
RGB
CMYK
RGB Variations
Color information
#A68297 (or 0xA68297) is known color: Bouquet. HEX triplet: A6, 82 and 97. RGB value is (166,130,151). Sum of RGB (Red+Green+Blue) = 166+130+151=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A68297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68297 is #597D68. Grayscale: #8F8F8F. Windows color (decimal): -5864809 or 9929382. OLE color: 9929382.
HSL color Cylindrical-coordinate representation of color #A68297: hue angle of 325º 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 #A68297 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 151 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.35 |
| HSL | 325º | 0.17% | 0.58% | - |
| HSV(B) | 325º | 0.22% | 0.65% | - |
| XYZ | 29.29 | 26.31 | 32.81 | - |
| YUV | 143.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 151 | 0 | 0.22 | 0.09 | 0.35 | 325 | 0.17 | 0.58 |
| Hex | A6 | 82 | 97 | 0 | 16 | 9 | 23 | 145 | 11 | 3A |
| Octal | 246 | 202 | 227 | 0 | 26 | 11 | 43 | 505 | 21 | 72 |
| Binary | 10100110 | 10000010 | 10010111 | 0 | 10110 | 1001 | 100011 | 101000101 | 10001 | 111010 |
Color Harmonies of #A68297
Complementary color
Monochromatic Colors of #A68297
Black with #A68297
Text Example
Text Example
White with #A68297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68297; }
p { color: rgb(166,130,151); }
H1.HeaderClassName
{
color: #A68297;
}
.AnyTagClassName
{
color: #A68297;
}
</style>
background-color css
<style>
a { background-color: #A68297; }
a { background-color: rgb(166,130,151); }
div.DivClassName
{
background-color: #A68297;
}
.BgClassName
{
background-color: #A68297;
}
</style>
border-color css
<style>
span { border-color: #A68297; }
span { border-color: rgb(166,130,151); }
td.TdClassName
{
border-color: #A68297;
}
.TagClassName
{
border-color: #A68297;
}
</style>