Shades of Bouquet #A38C9B
Tints of Bouquet #A38C9B
RGB
CMYK
RGB Variations
Color information
#A38C9B (or 0xA38C9B) is known color: Bouquet. HEX triplet: A3, 8C and 9B. RGB value is (163,140,155). Sum of RGB (Red+Green+Blue) = 163+140+155=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C9B is #5C7364. Grayscale: #949494. Windows color (decimal): -6058853 or 10194083. OLE color: 10194083.
HSL color Cylindrical-coordinate representation of color #A38C9B: hue angle of 320.87º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A38C9B is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 140 | 155 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.36 |
| HSL | 320.87º | 0.11% | 0.59% | - |
| HSV(B) | 320.87º | 0.14% | 0.64% | - |
| XYZ | 30.4 | 28.91 | 34.99 | - |
| YUV | 148.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 155 | 0 | 0.14 | 0.05 | 0.36 | 320.87 | 0.11 | 0.59 |
| Hex | A3 | 8C | 9B | 0 | E | 5 | 24 | 141 | B | 3B |
| Octal | 243 | 214 | 233 | 0 | 16 | 5 | 44 | 501 | 13 | 73 |
| Binary | 10100011 | 10001100 | 10011011 | 0 | 1110 | 101 | 100100 | 101000001 | 1011 | 111011 |
Color Harmonies of #A38C9B
Complementary color
Monochromatic Colors of #A38C9B
Black with #A38C9B
Text Example
Text Example
White with #A38C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38C9B; }
p { color: rgb(163,140,155); }
H1.HeaderClassName
{
color: #A38C9B;
}
.AnyTagClassName
{
color: #A38C9B;
}
</style>
background-color css
<style>
a { background-color: #A38C9B; }
a { background-color: rgb(163,140,155); }
div.DivClassName
{
background-color: #A38C9B;
}
.BgClassName
{
background-color: #A38C9B;
}
</style>
border-color css
<style>
span { border-color: #A38C9B; }
span { border-color: rgb(163,140,155); }
td.TdClassName
{
border-color: #A38C9B;
}
.TagClassName
{
border-color: #A38C9B;
}
</style>