#A18498

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

Shades of Bouquet #A18498

Tints of Bouquet #A18498

Color information

#A18498 (or 0xA18498) is unknown color: approx Bouquet. HEX triplet: A1, 84 and 98. RGB value is (161,132,152). Sum of RGB (Red+Green+Blue) = 161+132+152=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A18498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18498 is #5E7B67. Grayscale: #8E8E8E. Windows color (decimal): -6191976 or 9995425. OLE color: 9995425.

HSL color Cylindrical-coordinate representation of color #A18498: hue angle of 318.62º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A18498 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB161132152-
CMYK00.180.060.37
HSL318.62º13.36%57.45%-
HSV(B)318.62º18.01%63.14%-
XYZ28.6226.3533.28-
YUV142.95133.11140.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 132 (51.95% from 255) = 29.66%
BLUE value IS 152 (59.77% from 255) = 34.16%
R=36.18%
G=29.66%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113215200.180.060.37318.6213.3657.45
HexA1849801262513fd39
Octal2412042300226454771571
Binary1010000110000100100110000100101101001011001111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18498; }

 p { color: rgb(161,132,152); }

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

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

 a { background-color: rgb(161,132,152); }

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

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

 span { border-color: rgb(161,132,152); }

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