#A5595F

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

Shades of Hippie Pink #A5595F

Tints of Hippie Pink #A5595F

Color information

#A5595F (or 0xA5595F) is unknown color: approx Hippie Pink. HEX triplet: A5, 59 and 5F. RGB value is (165,89,95). Sum of RGB (Red+Green+Blue) = 165+89+95=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A5595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5595F is #5AA6A0. Grayscale: #707070. Windows color (decimal): -5940897 or 6248869. OLE color: 6248869.

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

Color convert

RGB1658995-
CMYK00.460.420.35
HSL355.26º29.92%49.8%-
HSV(B)355.26º46.06%64.71%-
XYZ21.1515.9712.79-
YUV112.41118.18165.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=47.28%
G=25.50%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165899500.460.420.35355.2629.9249.8
HexA5595F02E2A231631e32
Octal24513113705652435433662
Binary1010010110110011011111010111010101010001110110001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5595F; }

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

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

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

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

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

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

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

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