#A18E9A

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

Shades of Bouquet #A18E9A

Tints of Bouquet #A18E9A

Color information

#A18E9A (or 0xA18E9A) is unknown color: approx Bouquet. HEX triplet: A1, 8E and 9A. RGB value is (161,142,154). Sum of RGB (Red+Green+Blue) = 161+142+154=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18E9A is #5E7165. Grayscale: #959595. Windows color (decimal): -6189414 or 10129057. OLE color: 10129057.

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

Color convert

RGB161142154-
CMYK00.120.040.37
HSL322.11º9.18%59.41%-
HSV(B)322.11º11.8%63.14%-
XYZ30.229.2634.63-
YUV149.05130.79136.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=35.23%
G=31.07%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114215400.120.040.37322.119.1859.41
HexA18E9A0C42514293b
Octal2412162320144455021173
Binary101000011000111010011010011001001001011010000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E9A; }

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

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

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

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

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

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

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

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