#A87799

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

Shades of Bouquet #A87799

Tints of Bouquet #A87799

Color information

#A87799 (or 0xA87799) is unknown color: approx Bouquet. HEX triplet: A8, 77 and 99. RGB value is (168,119,153). Sum of RGB (Red+Green+Blue) = 168+119+153=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A87799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87799 is #578866. Grayscale: #898989. Windows color (decimal): -5736551 or 10057640. OLE color: 10057640.

HSL color Cylindrical-coordinate representation of color #A87799: hue angle of 318.37º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87799 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB168119153-
CMYK00.290.090.34
HSL318.37º21.97%56.27%-
HSV(B)318.37º29.17%65.88%-
XYZ28.523.8233.23-
YUV137.53136.73149.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 153 (60.16% from 255) = 34.77%
R=38.18%
G=27.05%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811915300.290.090.34318.3721.9756.27
HexA8779901D92213e1638
Octal25016723103511424762670
Binary10101000111011110011001011101100110001010011111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87799; }

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

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

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

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

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

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

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

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