#A88099

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

Shades of Bouquet #A88099

Tints of Bouquet #A88099

Color information

#A88099 (or 0xA88099) is unknown color: approx Bouquet. HEX triplet: A8, 80 and 99. RGB value is (168,128,153). Sum of RGB (Red+Green+Blue) = 168+128+153=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A88099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88099 is #577F66. Grayscale: #8E8E8E. Windows color (decimal): -5734247 or 10059944. OLE color: 10059944.

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

Color convert

RGB168128153-
CMYK00.240.090.34
HSL322.5º18.69%58.04%-
HSV(B)322.5º23.81%65.88%-
XYZ29.6226.0633.61-
YUV142.81133.75145.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 153 (60.16% from 255) = 34.08%
R=37.42%
G=28.51%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812815300.240.090.34322.518.6958.04
HexA88099018922142133a
Octal25020023103011425022372
Binary101010001000000010011001011000100110001010100001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88099; }

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

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

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

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

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

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

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

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