#A47E90

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

Shades of Bouquet #A47E90

Tints of Bouquet #A47E90

Color information

#A47E90 (or 0xA47E90) is unknown color: approx Bouquet. HEX triplet: A4, 7E and 90. RGB value is (164,126,144). Sum of RGB (Red+Green+Blue) = 164+126+144=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47E90 is #5B816F. Grayscale: #8B8B8B. Windows color (decimal): -5996912 or 9469604. OLE color: 9469604.

HSL color Cylindrical-coordinate representation of color #A47E90: hue angle of 331.58º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A47E90 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB164126144-
CMYK00.230.120.36
HSL331.58º17.27%56.86%-
HSV(B)331.58º23.17%64.31%-
XYZ27.824.8329.71-
YUV139.41130.59145.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=37.79%
G=29.03%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412614400.230.120.36331.5817.2756.86
HexA47E90017C2414c1139
Octal24417622002714445142171
Binary10100100111111010010000010111110010010010100110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E90; }

 p { color: rgb(164,126,144); }

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

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

 a { background-color: rgb(164,126,144); }

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

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

 span { border-color: rgb(164,126,144); }

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