#A77195

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

Shades of Bouquet #A77195

Tints of Bouquet #A77195

Color information

#A77195 (or 0xA77195) is unknown color: approx Bouquet. HEX triplet: A7, 71 and 95. RGB value is (167,113,149). Sum of RGB (Red+Green+Blue) = 167+113+149=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A77195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77195 is #588E6A. Grayscale: #858585. Windows color (decimal): -5803627 or 9793959. OLE color: 9793959.

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

Color convert

RGB167113149-
CMYK00.320.110.35
HSL320º23.48%54.9%-
HSV(B)320º32.34%65.49%-
XYZ27.2722.231.28-
YUV133.25136.89152.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=38.93%
G=26.34%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711314900.320.110.3532023.4854.9
HexA77195020B231401737
Octal24716122504013435002767
Binary101001111110001100101010100000101110001110100000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77195; }

 p { color: rgb(167,113,149); }

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

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

 a { background-color: rgb(167,113,149); }

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

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

 span { border-color: rgb(167,113,149); }

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