#A77296

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

Shades of Bouquet #A77296

Tints of Bouquet #A77296

Color information

#A77296 (or 0xA77296) is unknown color: approx Bouquet. HEX triplet: A7, 72 and 96. RGB value is (167,114,150). Sum of RGB (Red+Green+Blue) = 167+114+150=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 167 - color contains mainly: red. Hex color #A77296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77296 is #588D69. Grayscale: #858585. Windows color (decimal): -5803370 or 9859751. OLE color: 9859751.

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

Color convert

RGB167114150-
CMYK00.320.100.35
HSL319.25º23.14%55.1%-
HSV(B)319.25º31.74%65.49%-
XYZ27.4622.4531.74-
YUV133.95137.06151.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.75%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=38.75%
G=26.45%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711415000.320.100.35319.2523.1455.1
HexA77296020A2313f1737
Octal24716222604012434772767
Binary101001111110010100101100100000101010001110011111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77296; }

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

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

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

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

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

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

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

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