#A24E55

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

Shades of Hippie Pink #A24E55

Tints of Hippie Pink #A24E55

Color information

#A24E55 (or 0xA24E55) is unknown color: approx Hippie Pink. HEX triplet: A2, 4E and 55. RGB value is (162,78,85). Sum of RGB (Red+Green+Blue) = 162+78+85=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24E55 is #5DB1AA. Grayscale: #676767. Windows color (decimal): -6140331 or 5590690. OLE color: 5590690.

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

Color convert

RGB1627885-
CMYK00.520.480.36
HSL355º35%47.06%-
HSV(B)355º51.85%63.53%-
XYZ19.2613.7910.24-
YUV103.91117.33169.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 78 (30.86% from 255) = 24%
BLUE value IS 85 (33.59% from 255) = 26.15%
R=49.85%
G=24%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162788500.520.480.363553547.06
HexA24E550343024163232f
Octal24211612506460445434357
Binary10100010100111010101010110100110000100100101100011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E55; }

 p { color: rgb(162,78,85); }

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

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

 a { background-color: rgb(162,78,85); }

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

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

 span { border-color: rgb(162,78,85); }

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