#A77A90

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

Shades of Bouquet #A77A90

Tints of Bouquet #A77A90

Color information

#A77A90 (or 0xA77A90) is unknown color: approx Bouquet. HEX triplet: A7, 7A and 90. RGB value is (167,122,144). Sum of RGB (Red+Green+Blue) = 167+122+144=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77A90 is #58856F. Grayscale: #898989. Windows color (decimal): -5801328 or 9468583. OLE color: 9468583.

HSL color Cylindrical-coordinate representation of color #A77A90: hue angle of 330.67º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A77A90 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB167122144-
CMYK00.270.140.35
HSL330.67º20.36%56.67%-
HSV(B)330.67º26.95%65.49%-
XYZ27.9324.1529.57-
YUV137.96131.41148.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.57%
GREEN value IS 122 (48.05% from 255) = 28.18%
BLUE value IS 144 (56.64% from 255) = 33.26%
R=38.57%
G=28.18%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712214400.270.140.35330.6720.3656.67
HexA77A9001BE2314b1439
Octal24717222003316435132471
Binary10100111111101010010000011011111010001110100101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77A90; }

 p { color: rgb(167,122,144); }

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

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

 a { background-color: rgb(167,122,144); }

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

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

 span { border-color: rgb(167,122,144); }

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