#A88091

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

Shades of Bouquet #A88091

Tints of Bouquet #A88091

Color information

#A88091 (or 0xA88091) is unknown color: approx Bouquet. HEX triplet: A8, 80 and 91. RGB value is (168,128,145). Sum of RGB (Red+Green+Blue) = 168+128+145=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 168 - color contains mainly: red. Hex color #A88091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88091 is #577F6E. Grayscale: #8D8D8D. Windows color (decimal): -5734255 or 9535656. OLE color: 9535656.

HSL color Cylindrical-coordinate representation of color #A88091: hue angle of 334.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A88091 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB168128145-
CMYK00.240.140.34
HSL334.5º18.69%58.04%-
HSV(B)334.5º23.81%65.88%-
XYZ28.9825.8130.24-
YUV141.9129.75146.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 145 (57.03% from 255) = 32.88%
R=38.10%
G=29.02%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812814500.240.140.34334.518.6958.04
HexA88091018E2214e133a
Octal25020022103016425162372
Binary101010001000000010010001011000111010001010100111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88091; }

 p { color: rgb(168,128,145); }

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

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

 a { background-color: rgb(168,128,145); }

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

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

 span { border-color: rgb(168,128,145); }

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