#A47E91

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

Shades of Bouquet #A47E91

Tints of Bouquet #A47E91

Color information

#A47E91 (or 0xA47E91) is unknown color: approx Bouquet. HEX triplet: A4, 7E and 91. RGB value is (164,126,145). Sum of RGB (Red+Green+Blue) = 164+126+145=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47E91 is #5B816E. Grayscale: #8B8B8B. Windows color (decimal): -5996911 or 9535140. OLE color: 9535140.

HSL color Cylindrical-coordinate representation of color #A47E91: hue angle of 330º 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 #A47E91 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB164126145-
CMYK00.230.120.36
HSL330º17.27%56.86%-
HSV(B)330º23.17%64.31%-
XYZ27.8824.8630.12-
YUV139.53131.09145.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 126 (49.61% from 255) = 28.97%
BLUE value IS 145 (57.03% from 255) = 33.33%
R=37.70%
G=28.97%
B=33.33%

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
Decimal16412614500.230.120.3633017.2756.86
HexA47E91017C2414a1139
Octal24417622102714445122171
Binary10100100111111010010001010111110010010010100101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E91; }

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

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

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

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

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

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

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

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