Shades of Bouquet #A18A9C
Tints of Bouquet #A18A9C
RGB
CMYK
RGB Variations
Color information
#A18A9C (or 0xA18A9C) is known color: Bouquet. HEX triplet: A1, 8A and 9C. RGB value is (161,138,156). Sum of RGB (Red+Green+Blue) = 161+138+156=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A9C is #5E7563. Grayscale: #929292. Windows color (decimal): -6190436 or 10259105. OLE color: 10259105.
HSL color Cylindrical-coordinate representation of color #A18A9C: hue angle of 313.04º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A18A9C is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 156 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.37 |
| HSL | 313.04º | 0.11% | 0.59% | - |
| HSV(B) | 313.04º | 0.14% | 0.63% | - |
| XYZ | 29.79 | 28.15 | 35.32 | - |
| YUV | 146.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 156 | 0 | 0.14 | 0.03 | 0.37 | 313.04 | 0.11 | 0.59 |
| Hex | A1 | 8A | 9C | 0 | E | 3 | 25 | 139 | B | 3B |
| Octal | 241 | 212 | 234 | 0 | 16 | 3 | 45 | 471 | 13 | 73 |
| Binary | 10100001 | 10001010 | 10011100 | 0 | 1110 | 11 | 100101 | 100111001 | 1011 | 111011 |
Color Harmonies of #A18A9C
Complementary color
Monochromatic Colors of #A18A9C
Black with #A18A9C
Text Example
Text Example
White with #A18A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A9C; }
p { color: rgb(161,138,156); }
H1.HeaderClassName
{
color: #A18A9C;
}
.AnyTagClassName
{
color: #A18A9C;
}
</style>
background-color css
<style>
a { background-color: #A18A9C; }
a { background-color: rgb(161,138,156); }
div.DivClassName
{
background-color: #A18A9C;
}
.BgClassName
{
background-color: #A18A9C;
}
</style>
border-color css
<style>
span { border-color: #A18A9C; }
span { border-color: rgb(161,138,156); }
td.TdClassName
{
border-color: #A18A9C;
}
.TagClassName
{
border-color: #A18A9C;
}
</style>