#A45961

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

Shades of Hippie Pink #A45961

Tints of Hippie Pink #A45961

Color information

#A45961 (or 0xA45961) is unknown color: approx Hippie Pink. HEX triplet: A4, 59 and 61. RGB value is (164,89,97). Sum of RGB (Red+Green+Blue) = 164+89+97=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A45961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45961 is #5BA69E. Grayscale: #707070. Windows color (decimal): -6006431 or 6379940. OLE color: 6379940.

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

Color convert

RGB1648997-
CMYK00.460.410.36
HSL353.6º29.64%49.61%-
HSV(B)353.6º45.73%64.31%-
XYZ21.0415.913.27-
YUV112.34119.35164.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 89 (35.16% from 255) = 25.43%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=46.86%
G=25.43%
B=27.71%

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
Decimal164899700.460.410.36353.629.6449.61
HexA4596102E29241621e32
Octal24413114105651445423662
Binary1010010010110011100001010111010100110010010110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45961; }

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

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

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

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

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

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

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

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