#A77A99

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

Shades of Bouquet #A77A99

Tints of Bouquet #A77A99

Color information

#A77A99 (or 0xA77A99) is unknown color: approx Bouquet. HEX triplet: A7, 7A and 99. RGB value is (167,122,153). Sum of RGB (Red+Green+Blue) = 167+122+153=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77A99 is #588566. Grayscale: #8A8A8A. Windows color (decimal): -5801319 or 10058407. OLE color: 10058407.

HSL color Cylindrical-coordinate representation of color #A77A99: hue angle of 318.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 #A77A99 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB167122153-
CMYK00.270.080.35
HSL318.67º20.36%56.67%-
HSV(B)318.67º26.95%65.49%-
XYZ28.6524.4333.34-
YUV138.99135.91147.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.78%
GREEN value IS 122 (48.05% from 255) = 27.60%
BLUE value IS 153 (60.16% from 255) = 34.62%
R=37.78%
G=27.60%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712215300.270.080.35318.6720.3656.67
HexA77A9901B82313f1439
Octal24717223103310434772471
Binary10100111111101010011001011011100010001110011111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77A99; }

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

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

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

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

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

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

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

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