#A5595D

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

Shades of Hippie Pink #A5595D

Tints of Hippie Pink #A5595D

Color information

#A5595D (or 0xA5595D) is unknown color: approx Hippie Pink. HEX triplet: A5, 59 and 5D. RGB value is (165,89,93). Sum of RGB (Red+Green+Blue) = 165+89+93=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A5595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5595D is #5AA6A2. Grayscale: #707070. Windows color (decimal): -5940899 or 6117797. OLE color: 6117797.

HSL color Cylindrical-coordinate representation of color #A5595D: hue angle of 356.84º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5595D is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1658993-
CMYK00.460.440.35
HSL356.84º29.92%49.8%-
HSV(B)356.84º46.06%64.71%-
XYZ21.0715.9312.32-
YUV112.18117.18165.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=47.55%
G=25.65%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165899300.460.440.35356.8429.9249.8
HexA5595D02E2C231651e32
Octal24513113505654435453662
Binary1010010110110011011101010111010110010001110110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5595D; }

 p { color: rgb(165,89,93); }

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

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

 a { background-color: rgb(165,89,93); }

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

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

 span { border-color: rgb(165,89,93); }

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