#A3595F

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

Shades of Hippie Pink #A3595F

Tints of Hippie Pink #A3595F

Color information

#A3595F (or 0xA3595F) is unknown color: approx Hippie Pink. HEX triplet: A3, 59 and 5F. RGB value is (163,89,95). Sum of RGB (Red+Green+Blue) = 163+89+95=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A3595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3595F is #5CA6A0. Grayscale: #6F6F6F. Windows color (decimal): -6071969 or 6248867. OLE color: 6248867.

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

Color convert

RGB1638995-
CMYK00.450.420.36
HSL355.14º29.37%49.41%-
HSV(B)355.14º45.4%63.92%-
XYZ20.7415.7612.77-
YUV111.81118.52164.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=46.97%
G=25.65%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163899500.450.420.36355.1429.3749.41
HexA3595F02D2A241631d31
Octal24313113705552445433561
Binary1010001110110011011111010110110101010010010110001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3595F; }

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

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

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

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

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

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

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

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