#A44C5A

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

Shades of Hippie Pink #A44C5A

Tints of Hippie Pink #A44C5A

Color information

#A44C5A (or 0xA44C5A) is unknown color: approx Hippie Pink. HEX triplet: A4, 4C and 5A. RGB value is (164,76,90). Sum of RGB (Red+Green+Blue) = 164+76+90=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44C5A is #5BB3A5. Grayscale: #676767. Windows color (decimal): -6009766 or 5917860. OLE color: 5917860.

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

Color convert

RGB1647690-
CMYK00.540.450.36
HSL350.45º36.67%47.06%-
HSV(B)350.45º53.66%64.31%-
XYZ19.7413.811.3-
YUV103.91120.15170.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.70%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=49.70%
G=23.03%
B=27.27%

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
Decimal164769000.540.450.36350.4536.6747.06
HexA44C5A0362D2415e252f
Octal24411413206655445364557
Binary10100100100110010110100110110101101100100101011110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C5A; }

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

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

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

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

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

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

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

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