#A24B5A

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

Shades of Hippie Pink #A24B5A

Tints of Hippie Pink #A24B5A

Color information

#A24B5A (or 0xA24B5A) is unknown color: approx Hippie Pink. HEX triplet: A2, 4B and 5A. RGB value is (162,75,90). Sum of RGB (Red+Green+Blue) = 162+75+90=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24B5A is #5DB4A5. Grayscale: #666666. Windows color (decimal): -6141094 or 5917602. OLE color: 5917602.

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

Color convert

RGB1627590-
CMYK00.540.440.36
HSL349.66º36.71%46.47%-
HSV(B)349.66º53.7%63.53%-
XYZ19.2613.4511.25-
YUV102.72120.82170.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=49.54%
G=22.94%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162759000.540.440.36349.6636.7146.47
HexA24B5A0362C2415e252e
Octal24211313206654445364556
Binary10100010100101110110100110110101100100100101011110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B5A; }

 p { color: rgb(162,75,90); }

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

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

 a { background-color: rgb(162,75,90); }

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

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

 span { border-color: rgb(162,75,90); }

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