#A24E54

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

Shades of Hippie Pink #A24E54

Tints of Hippie Pink #A24E54

Color information

#A24E54 (or 0xA24E54) is unknown color: approx Hippie Pink. HEX triplet: A2, 4E and 54. RGB value is (162,78,84). Sum of RGB (Red+Green+Blue) = 162+78+84=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24E54 is #5DB1AB. Grayscale: #676767. Windows color (decimal): -6140332 or 5525154. OLE color: 5525154.

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

Color convert

RGB1627884-
CMYK00.520.480.36
HSL355.71º35%47.06%-
HSV(B)355.71º51.85%63.53%-
XYZ19.2213.7710.03-
YUV103.8116.83169.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 84 (33.20% from 255) = 25.93%
R=50%
G=24.07%
B=25.93%

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
Decimal162788400.520.480.36355.713547.06
HexA24E540343024164232f
Octal24211612406460445444357
Binary10100010100111010101000110100110000100100101100100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E54; }

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

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

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

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

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

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

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

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