#A18E9D

Color #A18E9D Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #A18E9D

Tints of Bouquet #A18E9D

Color information

#A18E9D (or 0xA18E9D) is unknown color: approx Bouquet. HEX triplet: A1, 8E and 9D. RGB value is (161,142,157). Sum of RGB (Red+Green+Blue) = 161+142+157=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18E9D is #5E7162. Grayscale: #959595. Windows color (decimal): -6189411 or 10325665. OLE color: 10325665.

HSL color Cylindrical-coordinate representation of color #A18E9D: hue angle of 312.63º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A18E9D is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB161142157-
CMYK00.120.020.37
HSL312.63º9.18%59.41%-
HSV(B)312.63º11.8%63.14%-
XYZ30.4629.3635.96-
YUV149.39132.29136.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 142 (55.86% from 255) = 30.87%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=35%
G=30.87%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114215700.120.020.37312.639.1859.41
HexA18E9D0C22513993b
Octal2412162350142454711173
Binary10100001100011101001110101100101001011001110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E9D; }

 p { color: rgb(161,142,157); }

 H1.HeaderClassName
 {
   color: #A18E9D;
 }
 .AnyTagClassName
 {
   color: #A18E9D;
 }
</style>
background-color css

<style>
 a { background-color: #A18E9D; }

 a { background-color: rgb(161,142,157); }

 div.DivClassName
 {
   background-color: #A18E9D;
 }
 .BgClassName
 {
   background-color: #A18E9D;
 }
</style>
border-color css

<style>
 span { border-color: #A18E9D; }

 span { border-color: rgb(161,142,157); }

 td.TdClassName
 {
   border-color: #A18E9D;
 }
 .TagClassName
 {
   border-color: #A18E9D;
 }
</style>