Shades of Bouquet #A38D9C
Tints of Bouquet #A38D9C
RGB
CMYK
RGB Variations
Color information
#A38D9C (or 0xA38D9C) is known color: Bouquet. HEX triplet: A3, 8D and 9C. RGB value is (163,141,156). Sum of RGB (Red+Green+Blue) = 163+141+156=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38D9C is #5C7263. Grayscale: #959595. Windows color (decimal): -6058596 or 10259875. OLE color: 10259875.
HSL color Cylindrical-coordinate representation of color #A38D9C: hue angle of 319.09º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A38D9C is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 156 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.36 |
| HSL | 319.09º | 0.11% | 0.6% | - |
| HSV(B) | 319.09º | 0.13% | 0.64% | - |
| XYZ | 30.63 | 29.24 | 35.48 | - |
| YUV | 149.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 156 | 0 | 0.13 | 0.04 | 0.36 | 319.09 | 0.11 | 0.6 |
| Hex | A3 | 8D | 9C | 0 | D | 4 | 24 | 13F | B | 3C |
| Octal | 243 | 215 | 234 | 0 | 15 | 4 | 44 | 477 | 13 | 74 |
| Binary | 10100011 | 10001101 | 10011100 | 0 | 1101 | 100 | 100100 | 100111111 | 1011 | 111100 |
Color Harmonies of #A38D9C
Complementary color
Monochromatic Colors of #A38D9C
Black with #A38D9C
Text Example
Text Example
White with #A38D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D9C; }
p { color: rgb(163,141,156); }
H1.HeaderClassName
{
color: #A38D9C;
}
.AnyTagClassName
{
color: #A38D9C;
}
</style>
background-color css
<style>
a { background-color: #A38D9C; }
a { background-color: rgb(163,141,156); }
div.DivClassName
{
background-color: #A38D9C;
}
.BgClassName
{
background-color: #A38D9C;
}
</style>
border-color css
<style>
span { border-color: #A38D9C; }
span { border-color: rgb(163,141,156); }
td.TdClassName
{
border-color: #A38D9C;
}
.TagClassName
{
border-color: #A38D9C;
}
</style>