#A47795

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

Shades of Bouquet #A47795

Tints of Bouquet #A47795

Color information

#A47795 (or 0xA47795) is unknown color: approx Bouquet. HEX triplet: A4, 77 and 95. RGB value is (164,119,149). Sum of RGB (Red+Green+Blue) = 164+119+149=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A47795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47795 is #5B886A. Grayscale: #878787. Windows color (decimal): -5998699 or 9795492. OLE color: 9795492.

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

Color convert

RGB164119149-
CMYK00.270.090.36
HSL320º19.82%55.49%-
HSV(B)320º27.44%64.31%-
XYZ27.3323.2631.48-
YUV135.88135.41148.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=37.96%
G=27.55%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411914900.270.090.3632019.8255.49
HexA4779501B9241401437
Octal24416722503311445002467
Binary10100100111011110010101011011100110010010100000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47795; }

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

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

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

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

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

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

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

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