#A24B4F

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

Shades of Hippie Pink #A24B4F

Tints of Hippie Pink #A24B4F

Color information

#A24B4F (or 0xA24B4F) is unknown color: approx Hippie Pink. HEX triplet: A2, 4B and 4F. RGB value is (162,75,79). Sum of RGB (Red+Green+Blue) = 162+75+79=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24B4F is #5DB4B0. Grayscale: #656565. Windows color (decimal): -6141105 or 5196706. OLE color: 5196706.

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

Color convert

RGB1627579-
CMYK00.540.510.36
HSL357.24º36.71%46.47%-
HSV(B)357.24º53.7%63.53%-
XYZ18.8313.288.97-
YUV101.47115.32171.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.27%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 79 (31.25% from 255) = 25%
R=51.27%
G=23.73%
B=25%

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
Decimal162757900.540.510.36357.2436.7146.47
HexA24B4F0363324165252e
Octal24211311706663445454556
Binary10100010100101110011110110110110011100100101100101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B4F; }

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

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

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

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

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

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

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

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