#A45960

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

Shades of Hippie Pink #A45960

Tints of Hippie Pink #A45960

Color information

#A45960 (or 0xA45960) is unknown color: approx Hippie Pink. HEX triplet: A4, 59 and 60. RGB value is (164,89,96). Sum of RGB (Red+Green+Blue) = 164+89+96=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A45960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45960 is #5BA69F. Grayscale: #707070. Windows color (decimal): -6006432 or 6314404. OLE color: 6314404.

HSL color Cylindrical-coordinate representation of color #A45960: hue angle of 354.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45960 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1648996-
CMYK00.460.410.36
HSL354.4º29.64%49.61%-
HSV(B)354.4º45.73%64.31%-
XYZ20.9915.8813.03-
YUV112.22118.85164.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=46.99%
G=25.50%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164899600.460.410.36354.429.6449.61
HexA4596002E29241621e32
Octal24413114005651445423662
Binary1010010010110011100000010111010100110010010110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45960; }

 p { color: rgb(164,89,96); }

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

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

 a { background-color: rgb(164,89,96); }

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

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

 span { border-color: rgb(164,89,96); }

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