Shades of Bouquet #A68398
Tints of Bouquet #A68398
RGB
CMYK
RGB Variations
Color information
#A68398 (or 0xA68398) is known color: Bouquet. HEX triplet: A6, 83 and 98. RGB value is (166,131,152). Sum of RGB (Red+Green+Blue) = 166+131+152=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A68398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68398 is #597C67. Grayscale: #8F8F8F. Windows color (decimal): -5864552 or 9995174. OLE color: 9995174.
HSL color Cylindrical-coordinate representation of color #A68398: hue angle of 324º 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 #A68398 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 152 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.35 |
| HSL | 324º | 0.16% | 0.58% | - |
| HSV(B) | 324º | 0.21% | 0.65% | - |
| XYZ | 29.51 | 26.61 | 33.29 | - |
| YUV | 143.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 152 | 0 | 0.21 | 0.08 | 0.35 | 324 | 0.16 | 0.58 |
| Hex | A6 | 83 | 98 | 0 | 15 | 8 | 23 | 144 | 10 | 3A |
| Octal | 246 | 203 | 230 | 0 | 25 | 10 | 43 | 504 | 20 | 72 |
| Binary | 10100110 | 10000011 | 10011000 | 0 | 10101 | 1000 | 100011 | 101000100 | 10000 | 111010 |
Color Harmonies of #A68398
Complementary color
Monochromatic Colors of #A68398
Black with #A68398
Text Example
Text Example
White with #A68398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68398; }
p { color: rgb(166,131,152); }
H1.HeaderClassName
{
color: #A68398;
}
.AnyTagClassName
{
color: #A68398;
}
</style>
background-color css
<style>
a { background-color: #A68398; }
a { background-color: rgb(166,131,152); }
div.DivClassName
{
background-color: #A68398;
}
.BgClassName
{
background-color: #A68398;
}
</style>
border-color css
<style>
span { border-color: #A68398; }
span { border-color: rgb(166,131,152); }
td.TdClassName
{
border-color: #A68398;
}
.TagClassName
{
border-color: #A68398;
}
</style>