#A18899

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

Shades of Bouquet #A18899

Tints of Bouquet #A18899

Color information

#A18899 (or 0xA18899) is unknown color: approx Bouquet. HEX triplet: A1, 88 and 99. RGB value is (161,136,153). Sum of RGB (Red+Green+Blue) = 161+136+153=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 161 - color contains mainly: red. Hex color #A18899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18899 is #5E7766. Grayscale: #919191. Windows color (decimal): -6190951 or 10061985. OLE color: 10061985.

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

Color convert

RGB161136153-
CMYK00.160.050.37
HSL319.2º11.74%58.24%-
HSV(B)319.2º15.53%63.14%-
XYZ29.2527.4933.9-
YUV145.41132.28139.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 153 (60.16% from 255) = 34%
R=35.78%
G=30.22%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113615300.160.050.37319.211.7458.24
HexA1889901052513fc3a
Octal2412102310205454771472
Binary1010000110001000100110010100001011001011001111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18899; }

 p { color: rgb(161,136,153); }

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

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

 a { background-color: rgb(161,136,153); }

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

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

 span { border-color: rgb(161,136,153); }

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