#A18B9A

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

Shades of Bouquet #A18B9A

Tints of Bouquet #A18B9A

Color information

#A18B9A (or 0xA18B9A) is unknown color: approx Bouquet. HEX triplet: A1, 8B and 9A. RGB value is (161,139,154). Sum of RGB (Red+Green+Blue) = 161+139+154=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18B9A is #5E7465. Grayscale: #939393. Windows color (decimal): -6190182 or 10128289. OLE color: 10128289.

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

Color convert

RGB161139154-
CMYK00.140.040.37
HSL319.09º10.48%58.82%-
HSV(B)319.09º13.66%63.14%-
XYZ29.7628.3834.48-
YUV147.29131.79137.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 139 (54.69% from 255) = 30.62%
BLUE value IS 154 (60.55% from 255) = 33.92%
R=35.46%
G=30.62%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113915400.140.040.37319.0910.4858.82
HexA18B9A0E42513fa3b
Octal2412132320164454771273
Binary101000011000101110011010011101001001011001111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18B9A; }

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

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

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

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

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

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

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

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