Shades of Bouquet #A38A99
Tints of Bouquet #A38A99
RGB
CMYK
RGB Variations
Color information
#A38A99 (or 0xA38A99) is known color: Bouquet. HEX triplet: A3, 8A and 99. RGB value is (163,138,153). Sum of RGB (Red+Green+Blue) = 163+138+153=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38A99 is #5C7566. Grayscale: #939393. Windows color (decimal): -6059367 or 10062499. OLE color: 10062499.
HSL color Cylindrical-coordinate representation of color #A38A99: hue angle of 324º 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 #A38A99 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 138 | 153 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.36 |
| HSL | 324º | 0.12% | 0.59% | - |
| HSV(B) | 324º | 0.15% | 0.64% | - |
| XYZ | 29.94 | 28.26 | 34.01 | - |
| YUV | 147.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 153 | 0 | 0.15 | 0.06 | 0.36 | 324 | 0.12 | 0.59 |
| Hex | A3 | 8A | 99 | 0 | F | 6 | 24 | 144 | C | 3B |
| Octal | 243 | 212 | 231 | 0 | 17 | 6 | 44 | 504 | 14 | 73 |
| Binary | 10100011 | 10001010 | 10011001 | 0 | 1111 | 110 | 100100 | 101000100 | 1100 | 111011 |
Color Harmonies of #A38A99
Complementary color
Monochromatic Colors of #A38A99
Black with #A38A99
Text Example
Text Example
White with #A38A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38A99; }
p { color: rgb(163,138,153); }
H1.HeaderClassName
{
color: #A38A99;
}
.AnyTagClassName
{
color: #A38A99;
}
</style>
background-color css
<style>
a { background-color: #A38A99; }
a { background-color: rgb(163,138,153); }
div.DivClassName
{
background-color: #A38A99;
}
.BgClassName
{
background-color: #A38A99;
}
</style>
border-color css
<style>
span { border-color: #A38A99; }
span { border-color: rgb(163,138,153); }
td.TdClassName
{
border-color: #A38A99;
}
.TagClassName
{
border-color: #A38A99;
}
</style>