#A24F5B

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

Shades of Hippie Pink #A24F5B

Tints of Hippie Pink #A24F5B

Color information

#A24F5B (or 0xA24F5B) is unknown color: approx Hippie Pink. HEX triplet: A2, 4F and 5B. RGB value is (162,79,91). Sum of RGB (Red+Green+Blue) = 162+79+91=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F5B is #5DB0A4. Grayscale: #696969. Windows color (decimal): -6140069 or 5984162. OLE color: 5984162.

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

Color convert

RGB1627991-
CMYK00.510.440.36
HSL351.33º34.44%47.25%-
HSV(B)351.33º51.23%63.53%-
XYZ19.5814.0311.57-
YUV105.18120168.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=48.80%
G=23.80%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162799100.510.440.36351.3334.4447.25
HexA24F5B0332C2415f222f
Octal24211713306354445374257
Binary10100010100111110110110110011101100100100101011111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F5B; }

 p { color: rgb(162,79,91); }

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

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

 a { background-color: rgb(162,79,91); }

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

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

 span { border-color: rgb(162,79,91); }

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