Shades of Bouquet #A18F9A
Tints of Bouquet #A18F9A
RGB
CMYK
RGB Variations
Color information
#A18F9A (or 0xA18F9A) is known color: Bouquet. HEX triplet: A1, 8F and 9A. RGB value is (161,143,154). Sum of RGB (Red+Green+Blue) = 161+143+154=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18F9A is #5E7065. Grayscale: #959595. Windows color (decimal): -6189158 or 10129313. OLE color: 10129313.
HSL color Cylindrical-coordinate representation of color #A18F9A: hue angle of 323.33º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A18F9A is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 154 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.37 |
| HSL | 323.33º | 0.09% | 0.6% | - |
| HSV(B) | 323.33º | 0.11% | 0.63% | - |
| XYZ | 30.35 | 29.56 | 34.68 | - |
| YUV | 149.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 154 | 0 | 0.11 | 0.04 | 0.37 | 323.33 | 0.09 | 0.6 |
| Hex | A1 | 8F | 9A | 0 | B | 4 | 25 | 143 | 9 | 3C |
| Octal | 241 | 217 | 232 | 0 | 13 | 4 | 45 | 503 | 11 | 74 |
| Binary | 10100001 | 10001111 | 10011010 | 0 | 1011 | 100 | 100101 | 101000011 | 1001 | 111100 |
Color Harmonies of #A18F9A
Complementary color
Monochromatic Colors of #A18F9A
Black with #A18F9A
Text Example
Text Example
White with #A18F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F9A; }
p { color: rgb(161,143,154); }
H1.HeaderClassName
{
color: #A18F9A;
}
.AnyTagClassName
{
color: #A18F9A;
}
</style>
background-color css
<style>
a { background-color: #A18F9A; }
a { background-color: rgb(161,143,154); }
div.DivClassName
{
background-color: #A18F9A;
}
.BgClassName
{
background-color: #A18F9A;
}
</style>
border-color css
<style>
span { border-color: #A18F9A; }
span { border-color: rgb(161,143,154); }
td.TdClassName
{
border-color: #A18F9A;
}
.TagClassName
{
border-color: #A18F9A;
}
</style>