#A44B5A

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

Shades of Hippie Pink #A44B5A

Tints of Hippie Pink #A44B5A

Color information

#A44B5A (or 0xA44B5A) is unknown color: approx Hippie Pink. HEX triplet: A4, 4B and 5A. RGB value is (164,75,90). Sum of RGB (Red+Green+Blue) = 164+75+90=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44B5A is #5BB4A5. Grayscale: #676767. Windows color (decimal): -6010022 or 5917604. OLE color: 5917604.

HSL color Cylindrical-coordinate representation of color #A44B5A: hue angle of 349.89º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44B5A is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1647590-
CMYK00.540.450.36
HSL349.89º37.24%46.86%-
HSV(B)349.89º54.27%64.31%-
XYZ19.6713.6611.27-
YUV103.32120.49171.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.85%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=49.85%
G=22.80%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164759000.540.450.36349.8937.2446.86
HexA44B5A0362D2415e252f
Octal24411313206655445364557
Binary10100100100101110110100110110101101100100101011110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B5A; }

 p { color: rgb(164,75,90); }

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

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

 a { background-color: rgb(164,75,90); }

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

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

 span { border-color: rgb(164,75,90); }

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