#A88090

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

Shades of Bouquet #A88090

Tints of Bouquet #A88090

Color information

#A88090 (or 0xA88090) is unknown color: approx Bouquet. HEX triplet: A8, 80 and 90. RGB value is (168,128,144). Sum of RGB (Red+Green+Blue) = 168+128+144=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A88090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88090 is #577F6F. Grayscale: #8D8D8D. Windows color (decimal): -5734256 or 9470120. OLE color: 9470120.

HSL color Cylindrical-coordinate representation of color #A88090: hue angle of 336º 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 #A88090 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB168128144-
CMYK00.240.140.34
HSL336º18.69%58.04%-
HSV(B)336º23.81%65.88%-
XYZ28.925.7829.84-
YUV141.78129.25146.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=38.18%
G=29.09%
B=32.73%

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
Decimal16812814400.240.140.3433618.6958.04
HexA88090018E22150133a
Octal25020022003016425202372
Binary101010001000000010010000011000111010001010101000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88090; }

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

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

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

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

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

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

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

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