#A24D5D

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

Shades of Hippie Pink #A24D5D

Tints of Hippie Pink #A24D5D

Color information

#A24D5D (or 0xA24D5D) is unknown color: approx Hippie Pink. HEX triplet: A2, 4D and 5D. RGB value is (162,77,93). Sum of RGB (Red+Green+Blue) = 162+77+93=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D5D is #5DB2A2. Grayscale: #686868. Windows color (decimal): -6140579 or 6114722. OLE color: 6114722.

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

Color convert

RGB1627793-
CMYK00.520.430.36
HSL348.71º35.56%46.86%-
HSV(B)348.71º52.47%63.53%-
XYZ19.5313.7811.99-
YUV104.24121.66169.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 93 (36.72% from 255) = 28.01%
R=48.80%
G=23.19%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162779300.520.430.36348.7135.5646.86
HexA24D5D0342B2415d242f
Octal24211513506453445354457
Binary10100010100110110111010110100101011100100101011101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D5D; }

 p { color: rgb(162,77,93); }

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

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

 a { background-color: rgb(162,77,93); }

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

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

 span { border-color: rgb(162,77,93); }

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