#A08996

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

Shades of Bouquet #A08996

Tints of Bouquet #A08996

Color information

#A08996 (or 0xA08996) is unknown color: approx Bouquet. HEX triplet: A0, 89 and 96. RGB value is (160,137,150). Sum of RGB (Red+Green+Blue) = 160+137+150=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 160 - color contains mainly: red. Hex color #A08996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08996 is #5F7669. Grayscale: #919191. Windows color (decimal): -6256234 or 9865632. OLE color: 9865632.

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

Color convert

RGB160137150-
CMYK00.140.060.37
HSL326.09º10.8%58.24%-
HSV(B)326.09º14.37%62.75%-
XYZ28.9527.5732.65-
YUV145.36130.62138.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=35.79%
G=30.65%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013715000.140.060.37326.0910.858.24
HexA089960E625146b3a
Octal2402112260166455061372
Binary101000001000100110010110011101101001011010001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08996; }

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

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

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

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

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

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

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

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