#A45E60

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

Shades of Hippie Pink #A45E60

Tints of Hippie Pink #A45E60

Color information

#A45E60 (or 0xA45E60) is unknown color: approx Hippie Pink. HEX triplet: A4, 5E and 60. RGB value is (164,94,96). Sum of RGB (Red+Green+Blue) = 164+94+96=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E60 is #5BA19F. Grayscale: #737373. Windows color (decimal): -6005152 or 6315684. OLE color: 6315684.

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

Color convert

RGB1649496-
CMYK00.430.410.36
HSL358.29º27.78%50.59%-
HSV(B)358.29º42.68%64.31%-
XYZ21.4216.7413.17-
YUV115.16117.19162.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.33%
GREEN value IS 94 (37.11% from 255) = 26.55%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=46.33%
G=26.55%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164949600.430.410.36358.2927.7850.59
HexA45E6002B29241661c33
Octal24413614005351445463463
Binary1010010010111101100000010101110100110010010110011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45E60; }

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

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

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

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

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

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

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

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