#A5595C

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

Shades of Hippie Pink #A5595C

Tints of Hippie Pink #A5595C

Color information

#A5595C (or 0xA5595C) is unknown color: approx Hippie Pink. HEX triplet: A5, 59 and 5C. RGB value is (165,89,92). Sum of RGB (Red+Green+Blue) = 165+89+92=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5595C is #5AA6A3. Grayscale: #707070. Windows color (decimal): -5940900 or 6052261. OLE color: 6052261.

HSL color Cylindrical-coordinate representation of color #A5595C: hue angle of 357.63º 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 #A5595C is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1658992-
CMYK00.460.440.35
HSL357.63º29.92%49.8%-
HSV(B)357.63º46.06%64.71%-
XYZ21.0215.9212.09-
YUV112.07116.68165.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=47.69%
G=25.72%
B=26.59%

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
Decimal165899200.460.440.35357.6329.9249.8
HexA5595C02E2C231661e32
Octal24513113405654435463662
Binary1010010110110011011100010111010110010001110110011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5595C; }

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

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

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

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

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

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

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

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