#a44958

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

Shades of Hippie Pink #A44958

Tints of Hippie Pink #A44958

Color information

#A44958 (or 0xA44958) is unknown color: approx Hippie Pink. HEX triplet: A4, 49 and 58. RGB value is (164,73,88). Sum of RGB (Red+Green+Blue) = 164+73+88=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A44958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44958 is #5BB6A7. Grayscale: #656565. Windows color (decimal): -6010536 or 5786020. OLE color: 5786020.

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

Color convert

RGB1647388-
CMYK00.550.460.36
HSL350.11º38.4%46.47%-
HSV(B)350.11º55.49%64.31%-
XYZ19.4513.3610.79-
YUV101.92120.15172.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.46%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=50.46%
G=22.46%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164738800.550.460.36350.1138.446.47
HexA449580372E2415e262e
Octal24411113006756445364656
Binary10100100100100110110000110111101110100100101011110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a44958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a44958; }

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

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

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

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

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

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

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

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