#A24B54

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

Shades of Hippie Pink #A24B54

Tints of Hippie Pink #A24B54

Color information

#A24B54 (or 0xA24B54) is unknown color: approx Hippie Pink. HEX triplet: A2, 4B and 54. RGB value is (162,75,84). Sum of RGB (Red+Green+Blue) = 162+75+84=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24B54 is #5DB4AB. Grayscale: #666666. Windows color (decimal): -6141100 or 5524386. OLE color: 5524386.

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

Color convert

RGB1627584-
CMYK00.540.480.36
HSL353.79º36.71%46.47%-
HSV(B)353.79º53.7%63.53%-
XYZ19.0213.359.96-
YUV102.04117.82170.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=50.47%
G=23.36%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162758400.540.480.36353.7936.7146.47
HexA24B540363024162252e
Octal24211312406660445424556
Binary10100010100101110101000110110110000100100101100010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B54; }

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

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

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

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

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

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

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

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