#A24A5A

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

Shades of Hippie Pink #A24A5A

Tints of Hippie Pink #A24A5A

Color information

#A24A5A (or 0xA24A5A) is unknown color: approx Hippie Pink. HEX triplet: A2, 4A and 5A. RGB value is (162,74,90). Sum of RGB (Red+Green+Blue) = 162+74+90=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A5A is #5DB5A5. Grayscale: #666666. Windows color (decimal): -6141350 or 5917346. OLE color: 5917346.

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

Color convert

RGB1627490-
CMYK00.540.440.36
HSL349.09º37.29%46.27%-
HSV(B)349.09º54.32%63.53%-
XYZ19.1913.3211.23-
YUV102.14121.15170.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 74 (29.30% from 255) = 22.70%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=49.69%
G=22.70%
B=27.61%

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
Decimal162749000.540.440.36349.0937.2946.27
HexA24A5A0362C2415d252e
Octal24211213206654445354556
Binary10100010100101010110100110110101100100100101011101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A5A; }

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

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

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

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

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

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

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

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