#A18996

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

Shades of Bouquet #A18996

Tints of Bouquet #A18996

Color information

#A18996 (or 0xA18996) is unknown color: approx Bouquet. HEX triplet: A1, 89 and 96. RGB value is (161,137,150). Sum of RGB (Red+Green+Blue) = 161+137+150=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A18996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18996 is #5E7669. Grayscale: #919191. Windows color (decimal): -6190698 or 9865633. OLE color: 9865633.

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

Color convert

RGB161137150-
CMYK00.150.070.37
HSL327.5º11.32%58.43%-
HSV(B)327.5º14.91%63.14%-
XYZ29.1527.6732.66-
YUV145.66130.45138.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 137 (53.91% from 255) = 30.58%
BLUE value IS 150 (58.98% from 255) = 33.48%
R=35.94%
G=30.58%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113715000.150.070.37327.511.3258.43
HexA189960F725148b3a
Octal2412112260177455101372
Binary101000011000100110010110011111111001011010010001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18996; }

 p { color: rgb(161,137,150); }

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

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

 a { background-color: rgb(161,137,150); }

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

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

 span { border-color: rgb(161,137,150); }

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