#A3595C

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

Shades of Hippie Pink #A3595C

Tints of Hippie Pink #A3595C

Color information

#A3595C (or 0xA3595C) is unknown color: approx Hippie Pink. HEX triplet: A3, 59 and 5C. RGB value is (163,89,92). Sum of RGB (Red+Green+Blue) = 163+89+92=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A3595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3595C is #5CA6A3. Grayscale: #6F6F6F. Windows color (decimal): -6071972 or 6052259. OLE color: 6052259.

HSL color Cylindrical-coordinate representation of color #A3595C: hue angle of 357.57º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3595C is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1638992-
CMYK00.450.440.36
HSL357.57º29.37%49.41%-
HSV(B)357.57º45.4%63.92%-
XYZ20.6115.712.07-
YUV111.47117.02164.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=47.38%
G=25.87%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163899200.450.440.36357.5729.3749.41
HexA3595C02D2C241661d31
Octal24313113405554445463561
Binary1010001110110011011100010110110110010010010110011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3595C; }

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

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

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

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

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

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

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

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