Shades of Bouquet #A38A97
Tints of Bouquet #A38A97
RGB
CMYK
RGB Variations
Color information
#A38A97 (or 0xA38A97) is known color: Bouquet. HEX triplet: A3, 8A and 97. RGB value is (163,138,151). Sum of RGB (Red+Green+Blue) = 163+138+151=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38A97 is #5C7568. Grayscale: #929292. Windows color (decimal): -6059369 or 9931427. OLE color: 9931427.
HSL color Cylindrical-coordinate representation of color #A38A97: hue angle of 328.8º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A38A97 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 138 | 151 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.36 |
| HSL | 328.8º | 0.12% | 0.59% | - |
| HSV(B) | 328.8º | 0.15% | 0.64% | - |
| XYZ | 29.78 | 28.2 | 33.15 | - |
| YUV | 146.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 151 | 0 | 0.15 | 0.07 | 0.36 | 328.8 | 0.12 | 0.59 |
| Hex | A3 | 8A | 97 | 0 | F | 7 | 24 | 149 | C | 3B |
| Octal | 243 | 212 | 227 | 0 | 17 | 7 | 44 | 511 | 14 | 73 |
| Binary | 10100011 | 10001010 | 10010111 | 0 | 1111 | 111 | 100100 | 101001001 | 1100 | 111011 |
Color Harmonies of #A38A97
Complementary color
Monochromatic Colors of #A38A97
Black with #A38A97
Text Example
Text Example
White with #A38A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38A97; }
p { color: rgb(163,138,151); }
H1.HeaderClassName
{
color: #A38A97;
}
.AnyTagClassName
{
color: #A38A97;
}
</style>
background-color css
<style>
a { background-color: #A38A97; }
a { background-color: rgb(163,138,151); }
div.DivClassName
{
background-color: #A38A97;
}
.BgClassName
{
background-color: #A38A97;
}
</style>
border-color css
<style>
span { border-color: #A38A97; }
span { border-color: rgb(163,138,151); }
td.TdClassName
{
border-color: #A38A97;
}
.TagClassName
{
border-color: #A38A97;
}
</style>