#A18E9C

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

Shades of Bouquet #A18E9C

Tints of Bouquet #A18E9C

Color information

#A18E9C (or 0xA18E9C) is unknown color: approx Bouquet. HEX triplet: A1, 8E and 9C. RGB value is (161,142,156). Sum of RGB (Red+Green+Blue) = 161+142+156=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18E9C is #5E7163. Grayscale: #959595. Windows color (decimal): -6189412 or 10260129. OLE color: 10260129.

HSL color Cylindrical-coordinate representation of color #A18E9C: hue angle of 315.79º 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 #A18E9C is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB161142156-
CMYK00.120.030.37
HSL315.79º9.18%59.41%-
HSV(B)315.79º11.8%63.14%-
XYZ30.3729.3235.51-
YUV149.28131.79136.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=35.08%
G=30.94%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114215600.120.030.37315.799.1859.41
HexA18E9C0C32513c93b
Octal2412162340143454741173
Binary10100001100011101001110001100111001011001111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E9C; }

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

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

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

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

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

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

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

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