#A47B92

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

Shades of Bouquet #A47B92

Tints of Bouquet #A47B92

Color information

#A47B92 (or 0xA47B92) is unknown color: approx Bouquet. HEX triplet: A4, 7B and 92. RGB value is (164,123,146). Sum of RGB (Red+Green+Blue) = 164+123+146=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B92 is #5B846D. Grayscale: #898989. Windows color (decimal): -5997678 or 9599908. OLE color: 9599908.

HSL color Cylindrical-coordinate representation of color #A47B92: hue angle of 326.34º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A47B92 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB164123146-
CMYK00.250.110.36
HSL326.34º18.39%56.27%-
HSV(B)326.34º25%64.31%-
XYZ27.5824.1330.4-
YUV137.88132.58146.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 123 (48.44% from 255) = 28.41%
BLUE value IS 146 (57.42% from 255) = 33.72%
R=37.88%
G=28.41%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412314600.250.110.36326.3418.3956.27
HexA47B92019B241461238
Octal24417322203113445062270
Binary10100100111101110010010011001101110010010100011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B92; }

 p { color: rgb(164,123,146); }

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

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

 a { background-color: rgb(164,123,146); }

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

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

 span { border-color: rgb(164,123,146); }

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