#A5595B

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

Shades of Hippie Pink #A5595B

Tints of Hippie Pink #A5595B

Color information

#A5595B (or 0xA5595B) is unknown color: approx Hippie Pink. HEX triplet: A5, 59 and 5B. RGB value is (165,89,91). Sum of RGB (Red+Green+Blue) = 165+89+91=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5595B is #5AA6A4. Grayscale: #707070. Windows color (decimal): -5940901 or 5986725. OLE color: 5986725.

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

Color convert

RGB1658991-
CMYK00.460.450.35
HSL358.42º29.92%49.8%-
HSV(B)358.42º46.06%64.71%-
XYZ20.9815.911.86-
YUV111.95116.18165.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=47.83%
G=25.80%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165899100.460.450.35358.4229.9249.8
HexA5595B02E2D231661e32
Octal24513113305655435463662
Binary1010010110110011011011010111010110110001110110011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5595B; }

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

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

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

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

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

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

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

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