#A24A52

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

Shades of Hippie Pink #A24A52

Tints of Hippie Pink #A24A52

Color information

#A24A52 (or 0xA24A52) is unknown color: approx Hippie Pink. HEX triplet: A2, 4A and 52. RGB value is (162,74,82). Sum of RGB (Red+Green+Blue) = 162+74+82=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A52 is #5DB5AD. Grayscale: #656565. Windows color (decimal): -6141358 or 5393058. OLE color: 5393058.

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

Color convert

RGB1627482-
CMYK00.540.490.36
HSL354.55º37.29%46.27%-
HSV(B)354.55º54.32%63.53%-
XYZ18.8713.199.53-
YUV101.22117.15171.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 74 (29.30% from 255) = 23.27%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=50.94%
G=23.27%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162748200.540.490.36354.5537.2946.27
HexA24A520363124163252e
Octal24211212206661445434556
Binary10100010100101010100100110110110001100100101100011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A52; }

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

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

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

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

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

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

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

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