#A08894

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

Shades of Bouquet #A08894

Tints of Bouquet #A08894

Color information

#A08894 (or 0xA08894) is unknown color: approx Bouquet. HEX triplet: A0, 88 and 94. RGB value is (160,136,148). Sum of RGB (Red+Green+Blue) = 160+136+148=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 160 - color contains mainly: red. Hex color #A08894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08894 is #5F776B. Grayscale: #909090. Windows color (decimal): -6256492 or 9734304. OLE color: 9734304.

HSL color Cylindrical-coordinate representation of color #A08894: hue angle of 330º 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 #A08894 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB160136148-
CMYK00.150.070.37
HSL330º11.21%58.04%-
HSV(B)330º15%62.75%-
XYZ28.6527.2231.76-
YUV144.54129.95139.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 148 (58.20% from 255) = 33.33%
R=36.04%
G=30.63%
B=33.33%

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
Decimal16013614800.150.070.3733011.2158.04
HexA088940F72514ab3a
Octal2402102240177455121372
Binary101000001000100010010100011111111001011010010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08894; }

 p { color: rgb(160,136,148); }

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

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

 a { background-color: rgb(160,136,148); }

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

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

 span { border-color: rgb(160,136,148); }

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