#A24F57

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

Shades of Hippie Pink #A24F57

Tints of Hippie Pink #A24F57

Color information

#A24F57 (or 0xA24F57) is unknown color: approx Hippie Pink. HEX triplet: A2, 4F and 57. RGB value is (162,79,87). Sum of RGB (Red+Green+Blue) = 162+79+87=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F57 is #5DB0A8. Grayscale: #686868. Windows color (decimal): -6140073 or 5722018. OLE color: 5722018.

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

Color convert

RGB1627987-
CMYK00.510.460.36
HSL354.22º34.44%47.25%-
HSV(B)354.22º51.23%63.53%-
XYZ19.4213.9610.69-
YUV104.73118168.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=49.39%
G=24.09%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162798700.510.460.36354.2234.4447.25
HexA24F570332E24162222f
Octal24211712706356445424257
Binary10100010100111110101110110011101110100100101100010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F57; }

 p { color: rgb(162,79,87); }

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

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

 a { background-color: rgb(162,79,87); }

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

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

 span { border-color: rgb(162,79,87); }

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