#A77096

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

Shades of Bouquet #A77096

Tints of Bouquet #A77096

Color information

#A77096 (or 0xA77096) is unknown color: approx Bouquet. HEX triplet: A7, 70 and 96. RGB value is (167,112,150). Sum of RGB (Red+Green+Blue) = 167+112+150=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A77096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77096 is #588F69. Grayscale: #848484. Windows color (decimal): -5803882 or 9859239. OLE color: 9859239.

HSL color Cylindrical-coordinate representation of color #A77096: hue angle of 318.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A77096 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB167112150-
CMYK00.330.100.35
HSL318.55º23.81%54.71%-
HSV(B)318.55º32.93%65.49%-
XYZ27.2422.0131.67-
YUV132.78137.72152.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=38.93%
G=26.11%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711215000.330.100.35318.5523.8154.71
HexA77096021A2313f1837
Octal24716022604112434773067
Binary101001111110000100101100100001101010001110011111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77096; }

 p { color: rgb(167,112,150); }

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

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

 a { background-color: rgb(167,112,150); }

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

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

 span { border-color: rgb(167,112,150); }

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