#A87795

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

Shades of Bouquet #A87795

Tints of Bouquet #A87795

Color information

#A87795 (or 0xA87795) is unknown color: approx Bouquet. HEX triplet: A8, 77 and 95. RGB value is (168,119,149). Sum of RGB (Red+Green+Blue) = 168+119+149=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 168 - color contains mainly: red. Hex color #A87795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87795 is #57886A. Grayscale: #898989. Windows color (decimal): -5736555 or 9795496. OLE color: 9795496.

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

Color convert

RGB168119149-
CMYK00.290.110.34
HSL323.27º21.97%56.27%-
HSV(B)323.27º29.17%65.88%-
XYZ28.1723.6931.52-
YUV137.07134.73150.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 119 (46.88% from 255) = 27.29%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=38.53%
G=27.29%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811914900.290.110.34323.2721.9756.27
HexA8779501DB221431638
Octal25016722503513425032670
Binary10101000111011110010101011101101110001010100001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87795; }

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

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

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

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

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

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

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

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