#A45864

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

Shades of Hippie Pink #A45864

Tints of Hippie Pink #A45864

Color information

#A45864 (or 0xA45864) is unknown color: approx Hippie Pink. HEX triplet: A4, 58 and 64. RGB value is (164,88,100). Sum of RGB (Red+Green+Blue) = 164+88+100=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A45864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45864 is #5BA79B. Grayscale: #707070. Windows color (decimal): -6006684 or 6576292. OLE color: 6576292.

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

Color convert

RGB16488100-
CMYK00.460.390.36
HSL350.53º30.16%49.41%-
HSV(B)350.53º46.34%64.31%-
XYZ21.115.7913.99-
YUV112.09121.18165.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.59%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=46.59%
G=25%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648810000.460.390.36350.5330.1649.41
HexA4586402E272415f1e31
Octal24413014405647445373661
Binary1010010010110001100100010111010011110010010101111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45864; }

 p { color: rgb(164,88,100); }

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

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

 a { background-color: rgb(164,88,100); }

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

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

 span { border-color: rgb(164,88,100); }

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