Shades of Bouquet #A38894
Tints of Bouquet #A38894
RGB
CMYK
RGB Variations
Color information
#A38894 (or 0xA38894) is known color: Bouquet. HEX triplet: A3, 88 and 94. RGB value is (163,136,148). Sum of RGB (Red+Green+Blue) = 163+136+148=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A38894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38894 is #5C776B. Grayscale: #919191. Windows color (decimal): -6059884 or 9734307. OLE color: 9734307.
HSL color Cylindrical-coordinate representation of color #A38894: hue angle of 333.33º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A38894 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 136 | 148 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.36 |
| HSL | 333.33º | 0.13% | 0.59% | - |
| HSV(B) | 333.33º | 0.17% | 0.64% | - |
| XYZ | 29.25 | 27.53 | 31.79 | - |
| YUV | 145.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 148 | 0 | 0.17 | 0.09 | 0.36 | 333.33 | 0.13 | 0.59 |
| Hex | A3 | 88 | 94 | 0 | 11 | 9 | 24 | 14D | D | 3B |
| Octal | 243 | 210 | 224 | 0 | 21 | 11 | 44 | 515 | 15 | 73 |
| Binary | 10100011 | 10001000 | 10010100 | 0 | 10001 | 1001 | 100100 | 101001101 | 1101 | 111011 |
Color Harmonies of #A38894
Complementary color
Monochromatic Colors of #A38894
Black with #A38894
Text Example
Text Example
White with #A38894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38894; }
p { color: rgb(163,136,148); }
H1.HeaderClassName
{
color: #A38894;
}
.AnyTagClassName
{
color: #A38894;
}
</style>
background-color css
<style>
a { background-color: #A38894; }
a { background-color: rgb(163,136,148); }
div.DivClassName
{
background-color: #A38894;
}
.BgClassName
{
background-color: #A38894;
}
</style>
border-color css
<style>
span { border-color: #A38894; }
span { border-color: rgb(163,136,148); }
td.TdClassName
{
border-color: #A38894;
}
.TagClassName
{
border-color: #A38894;
}
</style>