#A47695

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

Shades of Bouquet #A47695

Tints of Bouquet #A47695

Color information

#A47695 (or 0xA47695) is unknown color: approx Bouquet. HEX triplet: A4, 76 and 95. RGB value is (164,118,149). Sum of RGB (Red+Green+Blue) = 164+118+149=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A47695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47695 is #5B896A. Grayscale: #878787. Windows color (decimal): -5998955 or 9795236. OLE color: 9795236.

HSL color Cylindrical-coordinate representation of color #A47695: hue angle of 319.57º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A47695 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB164118149-
CMYK00.280.090.36
HSL319.57º20.18%55.29%-
HSV(B)319.57º28.05%64.31%-
XYZ27.2123.0231.44-
YUV135.29135.74148.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=38.05%
G=27.38%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411814900.280.090.36319.5720.1855.29
HexA4769501C9241401437
Octal24416622503411445002467
Binary10100100111011010010101011100100110010010100000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47695; }

 p { color: rgb(164,118,149); }

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

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

 a { background-color: rgb(164,118,149); }

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

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

 span { border-color: rgb(164,118,149); }

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