#A24A4F

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

Shades of Hippie Pink #A24A4F

Tints of Hippie Pink #A24A4F

Color information

#A24A4F (or 0xA24A4F) is unknown color: approx Hippie Pink. HEX triplet: A2, 4A and 4F. RGB value is (162,74,79). Sum of RGB (Red+Green+Blue) = 162+74+79=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A4F is #5DB5B0. Grayscale: #646464. Windows color (decimal): -6141361 or 5196450. OLE color: 5196450.

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

Color convert

RGB1627479-
CMYK00.540.510.36
HSL356.59º37.29%46.27%-
HSV(B)356.59º54.32%63.53%-
XYZ18.7613.148.95-
YUV100.88115.65171.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 74 (29.30% from 255) = 23.49%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=51.43%
G=23.49%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162747900.540.510.36356.5937.2946.27
HexA24A4F0363324165252e
Octal24211211706663445454556
Binary10100010100101010011110110110110011100100101100101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A4F; }

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

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

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

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

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

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

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

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