#a24c5e

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

Shades of Hippie Pink #A24C5E

Tints of Hippie Pink #A24C5E

Color information

#A24C5E (or 0xA24C5E) is unknown color: approx Hippie Pink. HEX triplet: A2, 4C and 5E. RGB value is (162,76,94). Sum of RGB (Red+Green+Blue) = 162+76+94=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C5E is #5DB3A1. Grayscale: #676767. Windows color (decimal): -6140834 or 6180002. OLE color: 6180002.

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

Color convert

RGB1627694-
CMYK00.530.420.36
HSL347.44º36.13%46.67%-
HSV(B)347.44º53.09%63.53%-
XYZ19.5113.6612.2-
YUV103.77122.49169.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=48.80%
G=22.89%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162769400.530.420.36347.4436.1346.67
HexA24C5E0352A2415b242f
Octal24211413606552445334457
Binary10100010100110010111100110101101010100100101011011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a24c5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a24c5e; }

 p { color: rgb(162,76,94); }

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

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

 a { background-color: rgb(162,76,94); }

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

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

 span { border-color: rgb(162,76,94); }

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