#A24A5C

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

Shades of Hippie Pink #A24A5C

Tints of Hippie Pink #A24A5C

Color information

#A24A5C (or 0xA24A5C) is unknown color: approx Hippie Pink. HEX triplet: A2, 4A and 5C. RGB value is (162,74,92). Sum of RGB (Red+Green+Blue) = 162+74+92=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A5C is #5DB5A3. Grayscale: #666666. Windows color (decimal): -6141348 or 6048418. OLE color: 6048418.

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

Color convert

RGB1627492-
CMYK00.540.430.36
HSL347.73º37.29%46.27%-
HSV(B)347.73º54.32%63.53%-
XYZ19.2813.3511.69-
YUV102.36122.15170.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=49.39%
G=22.56%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162749200.540.430.36347.7337.2946.27
HexA24A5C0362B2415c252e
Octal24211213406653445344556
Binary10100010100101010111000110110101011100100101011100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A5C; }

 p { color: rgb(162,74,92); }

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

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

 a { background-color: rgb(162,74,92); }

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

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

 span { border-color: rgb(162,74,92); }

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